Html Css Color HEX #D5D488 Deco

📋 copy color: '#D5D488'

red 213 ◦ green 212 ◦ blue 136

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

Shades of Deco #D5D488

Tints of Deco #D5D488

RGB

 RED value IS 213 (83.59% from 255) = 37.97%

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

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

R = 37.97%
G = 37.79%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5D488 (or 0xD5D488) is known color: Deco. HEX triplet: D5, D4 and 88. RGB value is (213,212,136). Sum of RGB (Red+Green+Blue) = 213+212+136=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D488 is #2A2B77. Grayscale: #CBCBCB. Windows color (decimal): -2763640 or 8967381. OLE color: 8967381.

HSL color Cylindrical-coordinate representation of color #D5D488: hue angle of 59.22º 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 #D5D488 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 136 -
CMYK 0 0.00 0.36 0.16
HSL 59.22º 0.48% 0.68% -
HSV(B) 59.22º 0.36% 0.84% -
XYZ 55.43 63.01 32.53 -
YUV 203.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 213 212 136 0 0.00 0.36 0.16 59.22 0.48 0.68
Hex D5 D4 88 0 0 24 10 3B 30 44
Octal 325 324 210 0 0 44 20 73 60 104
Binary 11010101 11010100 10001000 0 0 100100 10000 111011 110000 1000100

Color Harmonies of #D5D488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D488

Black with #D5D488

Text Example


Text Example

White with #D5D488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D488; }

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

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

background-color css

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

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

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

border-color css

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

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

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