Html Css Color HEX #D5D88F Deco

📋 copy color: '#D5D88F'

red 213 ◦ green 216 ◦ blue 143

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

Shades of Deco #D5D88F

Tints of Deco #D5D88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25%

R = 37.24%
G = 37.76%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D5D88F (or 0xD5D88F) is known color: Deco. HEX triplet: D5, D8 and 8F. RGB value is (213,216,143). Sum of RGB (Red+Green+Blue) = 213+216+143=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D88F is #2A2770. Grayscale: #CFCFCF. Windows color (decimal): -2762609 or 9427157. OLE color: 9427157.

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

Color convert

RGB 213 216 143 -
CMYK 0.01 0 0.34 0.15
HSL 62.47º 0.48% 0.7% -
HSV(B) 62.47º 0.34% 0.85% -
XYZ 56.95 65.24 35.58 -
YUV 206.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 213 216 143 0.01 0 0.34 0.15 62.47 0.48 0.7
Hex D5 D8 8F 1 0 22 F 3E 30 46
Octal 325 330 217 1 0 42 17 76 60 106
Binary 11010101 11011000 10001111 1 0 100010 1111 111110 110000 1000110

Color Harmonies of #D5D88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D88F

Black with #D5D88F

Text Example


Text Example

White with #D5D88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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