Html Css Color HEX #D5D37E Deco

📋 copy color: '#D5D37E'

red 213 ◦ green 211 ◦ blue 126

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

Shades of Deco #D5D37E

Tints of Deco #D5D37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.91%

R = 38.73%
G = 38.36%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5D37E (or 0xD5D37E) is known color: Deco. HEX triplet: D5, D3 and 7E. RGB value is (213,211,126). Sum of RGB (Red+Green+Blue) = 213+211+126=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D37E is #2A2C81. Grayscale: #CACACA. Windows color (decimal): -2763906 or 8311765. OLE color: 8311765.

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

Color convert

RGB 213 211 126 -
CMYK 0 0.01 0.41 0.16
HSL 58.62º 0.51% 0.66% -
HSV(B) 58.62º 0.41% 0.84% -
XYZ 54.5 62.24 28.88 -
YUV 201.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 213 211 126 0 0.01 0.41 0.16 58.62 0.51 0.66
Hex D5 D3 7E 0 1 29 10 3B 33 42
Octal 325 323 176 0 1 51 20 73 63 102
Binary 11010101 11010011 1111110 0 1 101001 10000 111011 110011 1000010

Color Harmonies of #D5D37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D37E

Black with #D5D37E

Text Example


Text Example

White with #D5D37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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