#cdd78d

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

Shades of Deco #CDD78D

Tints of Deco #CDD78D

Color information

#CDD78D (or 0xCDD78D) is unknown color: approx Deco. HEX triplet: CD, D7 and 8D. RGB value is (205,215,141). Sum of RGB (Red+Green+Blue) = 205+215+141=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD78D is #322872. Grayscale: #CBCBCB. Windows color (decimal): -3287155 or 9295821. OLE color: 9295821.

HSL color Cylindrical-coordinate representation of color #CDD78D: hue angle of 68.11º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDD78D is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB205215141-
CMYK0.0500.340.16
HSL68.11º48.05%69.8%-
HSV(B)68.11º34.42%84.31%-
XYZ54.2863.534.6-
YUV203.5792.69129.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=36.54%
G=38.32%
B=25.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151410.0500.340.1668.1148.0569.8
HexCDD78D502210443046
Octal31532721550422010460106
Binary11001101110101111000110110101000101000010001001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd78d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd78d; }

 p { color: rgb(205,215,141); }

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

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

 a { background-color: rgb(205,215,141); }

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

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

 span { border-color: rgb(205,215,141); }

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