Html Css Color HEX #CDD588 Deco

📋 copy color: '#CDD588'

red 205 ◦ green 213 ◦ blue 136

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

Shades of Deco #CDD588

Tints of Deco #CDD588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.45%

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

R = 37%
G = 38.45%
B = 24.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#CDD588 (or 0xCDD588) is known color: Deco. HEX triplet: CD, D5 and 88. RGB value is (205,213,136). Sum of RGB (Red+Green+Blue) = 205+213+136=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD588 is #322A77. Grayscale: #CACACA. Windows color (decimal): -3287672 or 8967629. OLE color: 8967629.

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

Color convert

RGB 205 213 136 -
CMYK 0.04 0 0.36 0.16
HSL 66.23º 0.48% 0.68% -
HSV(B) 66.23º 0.36% 0.84% -
XYZ 53.42 62.35 32.51 -
YUV 201.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 205 213 136 0.04 0 0.36 0.16 66.23 0.48 0.68
Hex CD D5 88 4 0 24 10 42 30 44
Octal 315 325 210 4 0 44 20 102 60 104
Binary 11001101 11010101 10001000 100 0 100100 10000 1000010 110000 1000100

Color Harmonies of #CDD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD588

Black with #CDD588

Text Example


Text Example

White with #CDD588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD588; }

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

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

background-color css

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

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

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

border-color css

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

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

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