#CDC83E

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

Shades of Wattle #CDC83E

Tints of Wattle #CDC83E

Color information

#CDC83E (or 0xCDC83E) is unknown color: approx Wattle. HEX triplet: CD, C8 and 3E. RGB value is (205,200,62). Sum of RGB (Red+Green+Blue) = 205+200+62=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC83E is #3237C1. Grayscale: #BABABA. Windows color (decimal): -3291074 or 4114637. OLE color: 4114637.

HSL color Cylindrical-coordinate representation of color #CDC83E: hue angle of 57.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDC83E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20520062-
CMYK00.020.700.20
HSL57.9º58.85%52.35%-
HSV(B)57.9º69.76%80.39%-
XYZ46.754.6412.64-
YUV185.7658.16141.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 62 (24.61% from 255) = 13.28%
R=43.90%
G=42.83%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052006200.020.700.2057.958.8552.35
HexCDC83E0246143a3b34
Octal315310760210624727364
Binary1100110111001000111110010100011010100111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC83E; }

 p { color: rgb(205,200,62); }

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

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

 a { background-color: rgb(205,200,62); }

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

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

 span { border-color: rgb(205,200,62); }

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