#CFC03A

Color #CFC03A Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CFC03A

Tints of Wattle #CFC03A

Color information

#CFC03A (or 0xCFC03A) is unknown color: approx Wattle. HEX triplet: CF, C0 and 3A. RGB value is (207,192,58). Sum of RGB (Red+Green+Blue) = 207+192+58=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC03A is #303FC5. Grayscale: #B5B5B5. Windows color (decimal): -3162054 or 3850447. OLE color: 3850447.

HSL color Cylindrical-coordinate representation of color #CFC03A: hue angle of 53.96º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFC03A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20719258-
CMYK00.070.720.19
HSL53.96º60.82%51.96%-
HSV(B)53.96º71.98%81.18%-
XYZ45.3551.2711.51-
YUV181.2158.47146.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 58 (23.05% from 255) = 12.69%
R=45.30%
G=42.01%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071925800.070.720.1953.9660.8251.96
HexCFC03A074813363d34
Octal317300720711023667564
Binary11001111110000001110100111100100010011110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC03A; }

 p { color: rgb(207,192,58); }

 H1.HeaderClassName
 {
   color: #CFC03A;
 }
 .AnyTagClassName
 {
   color: #CFC03A;
 }
</style>
background-color css

<style>
 a { background-color: #CFC03A; }

 a { background-color: rgb(207,192,58); }

 div.DivClassName
 {
   background-color: #CFC03A;
 }
 .BgClassName
 {
   background-color: #CFC03A;
 }
</style>
border-color css

<style>
 span { border-color: #CFC03A; }

 span { border-color: rgb(207,192,58); }

 td.TdClassName
 {
   border-color: #CFC03A;
 }
 .TagClassName
 {
   border-color: #CFC03A;
 }
</style>