Html Css Color HEX #CDC988 Deco

📋 copy color: '#CDC988'

red 205 ◦ green 201 ◦ blue 136

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

Shades of Deco #CDC988

Tints of Deco #CDC988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.08%

 BLUE value IS 136 (53.52% from 255) = 25.09%

R = 37.82%
G = 37.08%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDC988 (or 0xCDC988) is known color: Deco. HEX triplet: CD, C9 and 88. RGB value is (205,201,136). Sum of RGB (Red+Green+Blue) = 205+201+136=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC988 is #323677. Grayscale: #C3C3C3. Windows color (decimal): -3290744 or 8964557. OLE color: 8964557.

HSL color Cylindrical-coordinate representation of color #CDC988: hue angle of 56.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC988 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 136 -
CMYK 0 0.02 0.34 0.20
HSL 56.52º 0.41% 0.67% -
HSV(B) 56.52º 0.34% 0.8% -
XYZ 50.51 56.53 31.54 -
YUV 194.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 205 201 136 0 0.02 0.34 0.20 56.52 0.41 0.67
Hex CD C9 88 0 2 22 14 39 29 43
Octal 315 311 210 0 2 42 24 71 51 103
Binary 11001101 11001001 10001000 0 10 100010 10100 111001 101001 1000011

Color Harmonies of #CDC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC988

Black with #CDC988

Text Example


Text Example

White with #CDC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC988; }

 p { color: rgb(205,201,136); }

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

background-color css

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

 a { background-color: rgb(205,201,136); }

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

border-color css

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

 span { border-color: rgb(205,201,136); }

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