#CDCE41

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

Shades of Wattle #CDCE41

Tints of Wattle #CDCE41

Color information

#CDCE41 (or 0xCDCE41) is unknown color: approx Wattle. HEX triplet: CD, CE and 41. RGB value is (205,206,65). Sum of RGB (Red+Green+Blue) = 205+206+65=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE41 is #3231BE. Grayscale: #BEBEBE. Windows color (decimal): -3289535 or 4312781. OLE color: 4312781.

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

Color convert

RGB20520665-
CMYK0.0000.680.19
HSL60.43º59%53.14%-
HSV(B)60.43º68.45%80.78%-
XYZ48.257.513.56-
YUV189.6357.67138.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 65 (25.78% from 255) = 13.66%
R=43.07%
G=43.28%
B=13.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205206650.0000.680.1960.435953.14
HexCDCE410044133c3b35
Octal3153161010010423747365
Binary1100110111001110100000100100010010011111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCE41; }

 p { color: rgb(205,206,65); }

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

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

 a { background-color: rgb(205,206,65); }

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

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

 span { border-color: rgb(205,206,65); }

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