Html Css Color HEX #D5D37C Deco

📋 copy color: '#D5D37C'

red 213 ◦ green 211 ◦ blue 124

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

Shades of Deco #D5D37C

Tints of Deco #D5D37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.63%

R = 38.87%
G = 38.5%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5D37C (or 0xD5D37C) is known color: Deco. HEX triplet: D5, D3 and 7C. RGB value is (213,211,124). Sum of RGB (Red+Green+Blue) = 213+211+124=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D37C is #2A2C83. Grayscale: #CACACA. Windows color (decimal): -2763908 or 8180693. OLE color: 8180693.

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

Color convert

RGB 213 211 124 -
CMYK 0 0.01 0.42 0.16
HSL 58.65º 0.51% 0.66% -
HSV(B) 58.65º 0.42% 0.84% -
XYZ 54.37 62.19 28.21 -
YUV 201.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 213 211 124 0 0.01 0.42 0.16 58.65 0.51 0.66
Hex D5 D3 7C 0 1 2A 10 3B 33 42
Octal 325 323 174 0 1 52 20 73 63 102
Binary 11010101 11010011 1111100 0 1 101010 10000 111011 110011 1000010

Color Harmonies of #D5D37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D37C

Black with #D5D37C

Text Example


Text Example

White with #D5D37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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