Html Css Color HEX #D5D17C Deco

📋 copy color: '#D5D17C'

red 213 ◦ green 209 ◦ blue 124

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

Shades of Deco #D5D17C

Tints of Deco #D5D17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

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

R = 39.01%
G = 38.28%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5D17C (or 0xD5D17C) is known color: Deco. HEX triplet: D5, D1 and 7C. RGB value is (213,209,124). Sum of RGB (Red+Green+Blue) = 213+209+124=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D17C is #2A2E83. Grayscale: #C8C8C8. Windows color (decimal): -2764420 or 8180181. OLE color: 8180181.

HSL color Cylindrical-coordinate representation of color #D5D17C: hue angle of 57.3º 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 #D5D17C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 209 124 -
CMYK 0 0.02 0.42 0.16
HSL 57.3º 0.51% 0.66% -
HSV(B) 57.3º 0.42% 0.84% -
XYZ 53.88 61.2 28.04 -
YUV 200.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 213 209 124 0 0.02 0.42 0.16 57.3 0.51 0.66
Hex D5 D1 7C 0 2 2A 10 39 33 42
Octal 325 321 174 0 2 52 20 71 63 102
Binary 11010101 11010001 1111100 0 10 101010 10000 111001 110011 1000010

Color Harmonies of #D5D17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D17C

Black with #D5D17C

Text Example


Text Example

White with #D5D17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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