#CFCB31

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

Shades of Wattle #CFCB31

Tints of Wattle #CFCB31

Color information

#CFCB31 (or 0xCFCB31) is unknown color: approx Wattle. HEX triplet: CF, CB and 31. RGB value is (207,203,49). Sum of RGB (Red+Green+Blue) = 207+203+49=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB31 is #3034CE. Grayscale: #BBBBBB. Windows color (decimal): -3159247 or 3263439. OLE color: 3263439.

HSL color Cylindrical-coordinate representation of color #CFCB31: hue angle of 58.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFCB31 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20720349-
CMYK00.020.760.19
HSL58.48º62.2%50.2%-
HSV(B)58.48º76.33%81.18%-
XYZ47.6456.211.24-
YUV186.6450.33142.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 49 (19.53% from 255) = 10.68%
R=45.10%
G=44.23%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072034900.020.760.1958.4862.250.2
HexCFCB31024C133a3e32
Octal317313610211423727662
Binary1100111111001011110001010100110010011111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCB31; }

 p { color: rgb(207,203,49); }

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

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

 a { background-color: rgb(207,203,49); }

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

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

 span { border-color: rgb(207,203,49); }

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