#CDCC83

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

Shades of Deco #CDCC83

Tints of Deco #CDCC83

Color information

#CDCC83 (or 0xCDCC83) is unknown color: approx Deco. HEX triplet: CD, CC and 83. RGB value is (205,204,131). Sum of RGB (Red+Green+Blue) = 205+204+131=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC83 is #32337C. Grayscale: #C4C4C4. Windows color (decimal): -3289981 or 8637645. OLE color: 8637645.

HSL color Cylindrical-coordinate representation of color #CDCC83: hue angle of 59.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDCC83 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB205204131-
CMYK00.000.360.20
HSL59.19º42.53%65.88%-
HSV(B)59.19º36.1%80.39%-
XYZ50.8757.829.95-
YUV195.9891.33134.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=37.96%
G=37.78%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520413100.000.360.2059.1942.5365.88
HexCDCC830024143b2b42
Octal3153142030044247353102
Binary11001101110011001000001100100100101001110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC83; }

 p { color: rgb(205,204,131); }

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

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

 a { background-color: rgb(205,204,131); }

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

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

 span { border-color: rgb(205,204,131); }

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