#CDCF47

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

Shades of Wattle #CDCF47

Tints of Wattle #CDCF47

Color information

#CDCF47 (or 0xCDCF47) is unknown color: approx Wattle. HEX triplet: CD, CF and 47. RGB value is (205,207,71). Sum of RGB (Red+Green+Blue) = 205+207+71=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCF47 is #3230B8. Grayscale: #BFBFBF. Windows color (decimal): -3289273 or 4706253. OLE color: 4706253.

HSL color Cylindrical-coordinate representation of color #CDCF47: hue angle of 60.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDCF47 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20520771-
CMYK0.0100.660.19
HSL60.88º58.62%54.51%-
HSV(B)60.88º65.7%81.18%-
XYZ48.6358.0614.6-
YUV190.960.34138.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 71 (28.12% from 255) = 14.70%
R=42.44%
G=42.86%
B=14.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205207710.0100.660.1960.8858.6254.51
HexCDCF471042133d3b37
Octal3153171071010223757367
Binary1100110111001111100011110100001010011111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCF47; }

 p { color: rgb(205,207,71); }

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

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

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

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

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

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

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