#cfc835

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

Shades of Wattle #CFC835

Tints of Wattle #CFC835

Color information

#CFC835 (or 0xCFC835) is unknown color: approx Wattle. HEX triplet: CF, C8 and 35. RGB value is (207,200,53). Sum of RGB (Red+Green+Blue) = 207+200+53=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC835 is #3037CA. Grayscale: #B9B9B9. Windows color (decimal): -3160011 or 3524815. OLE color: 3524815.

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

Color convert

RGB20720053-
CMYK00.030.740.19
HSL57.27º61.6%50.98%-
HSV(B)57.27º74.4%81.18%-
XYZ47.0354.8311.47-
YUV185.3453.32143.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 53 (21.09% from 255) = 11.52%
R=45%
G=43.48%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072005300.030.740.1957.2761.650.98
HexCFC835034A13393e33
Octal317310650311223717663
Binary1100111111001000110101011100101010011111001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfc835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfc835; }

 p { color: rgb(207,200,53); }

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

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

 a { background-color: rgb(207,200,53); }

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

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

 span { border-color: rgb(207,200,53); }

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