Html Css Color HEX #D5D389 Deco

📋 copy color: '#D5D389'

red 213 ◦ green 211 ◦ blue 137

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

Shades of Deco #D5D389

Tints of Deco #D5D389

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.61%

 BLUE value IS 137 (53.91% from 255) = 24.42%

R = 37.97%
G = 37.61%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5D389 (or 0xD5D389) is known color: Deco. HEX triplet: D5, D3 and 89. RGB value is (213,211,137). Sum of RGB (Red+Green+Blue) = 213+211+137=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D389 is #2A2C76. Grayscale: #CBCBCB. Windows color (decimal): -2763895 or 9032661. OLE color: 9032661.

HSL color Cylindrical-coordinate representation of color #D5D389: hue angle of 58.42º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5D389 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 137 -
CMYK 0 0.01 0.36 0.16
HSL 58.42º 0.48% 0.69% -
HSV(B) 58.42º 0.36% 0.84% -
XYZ 55.25 62.54 32.83 -
YUV 203.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 213 211 137 0 0.01 0.36 0.16 58.42 0.48 0.69
Hex D5 D3 89 0 1 24 10 3A 30 45
Octal 325 323 211 0 1 44 20 72 60 105
Binary 11010101 11010011 10001001 0 1 100100 10000 111010 110000 1000101

Color Harmonies of #D5D389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D389

Black with #D5D389

Text Example


Text Example

White with #D5D389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D389; }

 p { color: rgb(213,211,137); }

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

background-color css

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

 a { background-color: rgb(213,211,137); }

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

border-color css

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

 span { border-color: rgb(213,211,137); }

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