Html Css Color HEX #CDD976 Deco

📋 copy color: '#CDD976'

red 205 ◦ green 217 ◦ blue 118

#CDD976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CDD976

Tints of Deco #CDD976

RGB

 RED value IS 205 (80.47% from 255) = 37.96%

 GREEN value IS 217 (85.16% from 255) = 40.19%

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 37.96%
G = 40.19%
B = 21.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CDD976 (or 0xCDD976) is known color: Deco. HEX triplet: CD, D9 and 76. RGB value is (205,217,118). Sum of RGB (Red+Green+Blue) = 205+217+118=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD976 is #322689. Grayscale: #CACACA. Windows color (decimal): -3286666 or 7789005. OLE color: 7789005.

HSL color Cylindrical-coordinate representation of color #CDD976: hue angle of 67.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD976 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 118 -
CMYK 0.06 0 0.46 0.15
HSL 67.27º 0.57% 0.66% -
HSV(B) 67.27º 0.46% 0.85% -
XYZ 53.26 63.91 26.67 -
YUV 202.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 205 217 118 0.06 0 0.46 0.15 67.27 0.57 0.66
Hex CD D9 76 6 0 2E F 43 39 42
Octal 315 331 166 6 0 56 17 103 71 102
Binary 11001101 11011001 1110110 110 0 101110 1111 1000011 111001 1000010

Color Harmonies of #CDD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD976

Black with #CDD976

Text Example


Text Example

White with #CDD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD976; }

 p { color: rgb(205,217,118); }

 H1.HeaderClassName
 {
   color: #CDD976;
 }
 .AnyTagClassName
 {
   color: #CDD976;
 }
</style>

background-color css

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

 a { background-color: rgb(205,217,118); }

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

border-color css

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

 span { border-color: rgb(205,217,118); }

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