Html Css Color HEX #D5D57C Deco

📋 copy color: '#D5D57C'

red 213 ◦ green 213 ◦ blue 124

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

Shades of Deco #D5D57C

Tints of Deco #D5D57C

RGB

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

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

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

R = 38.73%
G = 38.73%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5D57C (or 0xD5D57C) is known color: Deco. HEX triplet: D5, D5 and 7C. RGB value is (213,213,124). Sum of RGB (Red+Green+Blue) = 213+213+124=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D57C is #2A2A83. Grayscale: #CBCBCB. Windows color (decimal): -2763396 or 8181205. OLE color: 8181205.

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

Color convert

RGB 213 213 124 -
CMYK 0 0 0.42 0.16
HSL 60º 0.51% 0.66% -
HSV(B) 60º 0.42% 0.84% -
XYZ 54.87 63.19 28.37 -
YUV 202.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 213 213 124 0 0 0.42 0.16 60 0.51 0.66
Hex D5 D5 7C 0 0 2A 10 3C 33 42
Octal 325 325 174 0 0 52 20 74 63 102
Binary 11010101 11010101 1111100 0 0 101010 10000 111100 110011 1000010

Color Harmonies of #D5D57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D57C

Black with #D5D57C

Text Example


Text Example

White with #D5D57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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