Html Css Color HEX #D7D580 Deco

📋 copy color: '#D7D580'

red 215 ◦ green 213 ◦ blue 128

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

Shades of Deco #D7D580

Tints of Deco #D7D580

RGB

 RED value IS 215 (84.38% from 255) = 38.67%

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

 BLUE value IS 128 (50.39% from 255) = 23.02%

R = 38.67%
G = 38.31%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D7D580 (or 0xD7D580) is known color: Deco. HEX triplet: D7, D5 and 80. RGB value is (215,213,128). Sum of RGB (Red+Green+Blue) = 215+213+128=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D580 is #282A7F. Grayscale: #CCCCCC. Windows color (decimal): -2632320 or 8443351. OLE color: 8443351.

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

Color convert

RGB 215 213 128 -
CMYK 0 0.01 0.40 0.16
HSL 58.62º 0.52% 0.67% -
HSV(B) 58.62º 0.4% 0.84% -
XYZ 55.71 63.59 29.76 -
YUV 203.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 215 213 128 0 0.01 0.40 0.16 58.62 0.52 0.67
Hex D7 D5 80 0 1 28 10 3B 34 43
Octal 327 325 200 0 1 50 20 73 64 103
Binary 11010111 11010101 10000000 0 1 101000 10000 111011 110100 1000011

Color Harmonies of #D7D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D580

Black with #D7D580

Text Example


Text Example

White with #D7D580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D580; }

 p { color: rgb(215,213,128); }

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

background-color css

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

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

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

border-color css

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

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

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