Html Css Color HEX #CDD888 Deco

📋 copy color: '#CDD888'

red 205 ◦ green 216 ◦ blue 136

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

Shades of Deco #CDD888

Tints of Deco #CDD888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 36.8%
G = 38.78%
B = 24.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#CDD888 (or 0xCDD888) is known color: Deco. HEX triplet: CD, D8 and 88. RGB value is (205,216,136). Sum of RGB (Red+Green+Blue) = 205+216+136=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD888 is #322777. Grayscale: #CBCBCB. Windows color (decimal): -3286904 or 8968397. OLE color: 8968397.

HSL color Cylindrical-coordinate representation of color #CDD888: hue angle of 68.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDD888 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 136 -
CMYK 0.05 0 0.37 0.15
HSL 68.25º 0.51% 0.69% -
HSV(B) 68.25º 0.37% 0.85% -
XYZ 54.18 63.87 32.76 -
YUV 203.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 205 216 136 0.05 0 0.37 0.15 68.25 0.51 0.69
Hex CD D8 88 5 0 25 F 44 33 45
Octal 315 330 210 5 0 45 17 104 63 105
Binary 11001101 11011000 10001000 101 0 100101 1111 1000100 110011 1000101

Color Harmonies of #CDD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD888

Black with #CDD888

Text Example


Text Example

White with #CDD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD888; }

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

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

background-color css

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

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

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

border-color css

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

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

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