#CDD87D

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

Shades of Deco #CDD87D

Tints of Deco #CDD87D

Color information

#CDD87D (or 0xCDD87D) is unknown color: approx Deco. HEX triplet: CD, D8 and 7D. RGB value is (205,216,125). Sum of RGB (Red+Green+Blue) = 205+216+125=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD87D is #322782. Grayscale: #CACACA. Windows color (decimal): -3286915 or 8247501. OLE color: 8247501.

HSL color Cylindrical-coordinate representation of color #CDD87D: hue angle of 67.25º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD87D is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB205216125-
CMYK0.0500.420.15
HSL67.25º53.85%66.86%-
HSV(B)67.25º42.13%84.71%-
XYZ53.4363.5728.86-
YUV202.3484.36129.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=37.55%
G=39.56%
B=22.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161250.0500.420.1567.2553.8566.86
HexCDD87D502AF433643
Octal31533017550521710366103
Binary110011011101100011111011010101010111110000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD87D; }

 p { color: rgb(205,216,125); }

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

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

 a { background-color: rgb(205,216,125); }

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

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

 span { border-color: rgb(205,216,125); }

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