Html Css Color HEX #D5D881 Deco

📋 copy color: '#D5D881'

red 213 ◦ green 216 ◦ blue 129

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

Shades of Deco #D5D881

Tints of Deco #D5D881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.12%

R = 38.17%
G = 38.71%
B = 23.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D5D881 (or 0xD5D881) is known color: Deco. HEX triplet: D5, D8 and 81. RGB value is (213,216,129). Sum of RGB (Red+Green+Blue) = 213+216+129=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D881 is #2A277E. Grayscale: #CDCDCD. Windows color (decimal): -2762623 or 8509653. OLE color: 8509653.

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

Color convert

RGB 213 216 129 -
CMYK 0.01 0 0.40 0.15
HSL 62.07º 0.53% 0.68% -
HSV(B) 62.07º 0.4% 0.85% -
XYZ 55.96 64.84 30.34 -
YUV 205.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 213 216 129 0.01 0 0.40 0.15 62.07 0.53 0.68
Hex D5 D8 81 1 0 28 F 3E 35 44
Octal 325 330 201 1 0 50 17 76 65 104
Binary 11010101 11011000 10000001 1 0 101000 1111 111110 110101 1000100

Color Harmonies of #D5D881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D881

Black with #D5D881

Text Example


Text Example

White with #D5D881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D881; }

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

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

background-color css

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

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

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

border-color css

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

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

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