Html Css Color HEX #D5D880 Deco

📋 copy color: '#D5D880'

red 213 ◦ green 216 ◦ blue 128

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

Shades of Deco #D5D880

Tints of Deco #D5D880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.98%

R = 38.24%
G = 38.78%
B = 22.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D5D880 (or 0xD5D880) is known color: Deco. HEX triplet: D5, D8 and 80. RGB value is (213,216,128). Sum of RGB (Red+Green+Blue) = 213+216+128=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D880 is #2A277F. Grayscale: #CDCDCD. Windows color (decimal): -2762624 or 8444117. OLE color: 8444117.

HSL color Cylindrical-coordinate representation of color #D5D880: hue angle of 62.05º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5D880 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 128 -
CMYK 0.01 0 0.41 0.15
HSL 62.05º 0.53% 0.67% -
HSV(B) 62.05º 0.41% 0.85% -
XYZ 55.89 64.82 29.99 -
YUV 205.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 213 216 128 0.01 0 0.41 0.15 62.05 0.53 0.67
Hex D5 D8 80 1 0 29 F 3E 35 43
Octal 325 330 200 1 0 51 17 76 65 103
Binary 11010101 11011000 10000000 1 0 101001 1111 111110 110101 1000011

Color Harmonies of #D5D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D880

Black with #D5D880

Text Example


Text Example

White with #D5D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D880; }

 p { color: rgb(213,216,128); }

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

background-color css

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

 a { background-color: rgb(213,216,128); }

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

border-color css

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

 span { border-color: rgb(213,216,128); }

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