Html Css Color HEX #D5D987 Deco

📋 copy color: '#D5D987'

red 213 ◦ green 217 ◦ blue 135

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

Shades of Deco #D5D987

Tints of Deco #D5D987

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.41%

 BLUE value IS 135 (53.13% from 255) = 23.89%

R = 37.7%
G = 38.41%
B = 23.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D5D987 (or 0xD5D987) is known color: Deco. HEX triplet: D5, D9 and 87. RGB value is (213,217,135). Sum of RGB (Red+Green+Blue) = 213+217+135=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D987 is #2A2678. Grayscale: #CECECE. Windows color (decimal): -2762361 or 8903125. OLE color: 8903125.

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

Color convert

RGB 213 217 135 -
CMYK 0.02 0 0.38 0.15
HSL 62.93º 0.52% 0.69% -
HSV(B) 62.93º 0.38% 0.85% -
XYZ 56.63 65.52 32.58 -
YUV 206.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 213 217 135 0.02 0 0.38 0.15 62.93 0.52 0.69
Hex D5 D9 87 2 0 26 F 3F 34 45
Octal 325 331 207 2 0 46 17 77 64 105
Binary 11010101 11011001 10000111 10 0 100110 1111 111111 110100 1000101

Color Harmonies of #D5D987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D987

Black with #D5D987

Text Example


Text Example

White with #D5D987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D987; }

 p { color: rgb(213,217,135); }

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

background-color css

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

 a { background-color: rgb(213,217,135); }

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

border-color css

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

 span { border-color: rgb(213,217,135); }

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