Html Css Color HEX #CDD488 Deco

📋 copy color: '#CDD488'

red 205 ◦ green 212 ◦ blue 136

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

Shades of Deco #CDD488

Tints of Deco #CDD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

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

R = 37.07%
G = 38.34%
B = 24.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#CDD488 (or 0xCDD488) is known color: Deco. HEX triplet: CD, D4 and 88. RGB value is (205,212,136). Sum of RGB (Red+Green+Blue) = 205+212+136=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD488 is #322B77. Grayscale: #C9C9C9. Windows color (decimal): -3287928 or 8967373. OLE color: 8967373.

HSL color Cylindrical-coordinate representation of color #CDD488: hue angle of 65.53º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDD488 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 136 -
CMYK 0.03 0 0.36 0.17
HSL 65.53º 0.47% 0.68% -
HSV(B) 65.53º 0.36% 0.83% -
XYZ 53.16 61.84 32.43 -
YUV 201.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 205 212 136 0.03 0 0.36 0.17 65.53 0.47 0.68
Hex CD D4 88 3 0 24 11 42 2F 44
Octal 315 324 210 3 0 44 21 102 57 104
Binary 11001101 11010100 10001000 11 0 100100 10001 1000010 101111 1000100

Color Harmonies of #CDD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD488

Black with #CDD488

Text Example


Text Example

White with #CDD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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