Html Css Color HEX #D5D079 Deco

📋 copy color: '#D5D079'

red 213 ◦ green 208 ◦ blue 121

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

Shades of Deco #D5D079

Tints of Deco #D5D079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

 BLUE value IS 121 (47.66% from 255) = 22.32%

R = 39.3%
G = 38.38%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5D079 (or 0xD5D079) is known color: Deco. HEX triplet: D5, D0 and 79. RGB value is (213,208,121). Sum of RGB (Red+Green+Blue) = 213+208+121=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D079 is #2A2F86. Grayscale: #C7C7C7. Windows color (decimal): -2764679 or 7983317. OLE color: 7983317.

HSL color Cylindrical-coordinate representation of color #D5D079: hue angle of 56.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5D079 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 121 -
CMYK 0 0.02 0.43 0.16
HSL 56.74º 0.52% 0.65% -
HSV(B) 56.74º 0.43% 0.84% -
XYZ 53.45 60.64 26.98 -
YUV 199.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 213 208 121 0 0.02 0.43 0.16 56.74 0.52 0.65
Hex D5 D0 79 0 2 2B 10 39 34 41
Octal 325 320 171 0 2 53 20 71 64 101
Binary 11010101 11010000 1111001 0 10 101011 10000 111001 110100 1000001

Color Harmonies of #D5D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D079

Black with #D5D079

Text Example


Text Example

White with #D5D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D079; }

 p { color: rgb(213,208,121); }

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

background-color css

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

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

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

border-color css

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

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

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