#CFCF35

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

Shades of Wattle #CFCF35

Tints of Wattle #CFCF35

Color information

#CFCF35 (or 0xCFCF35) is unknown color: approx Wattle. HEX triplet: CF, CF and 35. RGB value is (207,207,53). Sum of RGB (Red+Green+Blue) = 207+207+53=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF35 is #3030CA. Grayscale: #BEBEBE. Windows color (decimal): -3158219 or 3526607. OLE color: 3526607.

HSL color Cylindrical-coordinate representation of color #CFCF35: hue angle of 60º 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 #CFCF35 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20720753-
CMYK000.740.19
HSL60º61.6%50.98%-
HSV(B)60º74.4%81.18%-
XYZ48.6958.1512.03-
YUV189.4451140.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 207 (81.25% from 255) = 44.33%
BLUE value IS 53 (21.09% from 255) = 11.35%
R=44.33%
G=44.33%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720753000.740.196061.650.98
HexCFCF35004A133c3e33
Octal317317650011223747663
Binary110011111100111111010100100101010011111100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCF35; }

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

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

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

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

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

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

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

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