Html Css Color HEX #D4D580 Deco

📋 copy color: '#D4D580'

red 212 ◦ green 213 ◦ blue 128

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

Shades of Deco #D4D580

Tints of Deco #D4D580

RGB

 RED value IS 212 (83.2% from 255) = 38.34%

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

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

R = 38.34%
G = 38.52%
B = 23.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D4D580 (or 0xD4D580) is known color: Deco. HEX triplet: D4, D5 and 80. RGB value is (212,213,128). Sum of RGB (Red+Green+Blue) = 212+213+128=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D580 is #2B2A7F. Grayscale: #CBCBCB. Windows color (decimal): -2828928 or 8443348. OLE color: 8443348.

HSL color Cylindrical-coordinate representation of color #D4D580: hue angle of 60.71º degrees, saturation: 0.5, 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 #D4D580 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 128 -
CMYK 0.00 0 0.40 0.16
HSL 60.71º 0.5% 0.67% -
HSV(B) 60.71º 0.4% 0.84% -
XYZ 54.84 63.14 29.72 -
YUV 203.01 85.67 134.41 -
System Red Green Blue C M Y K H S L
Decimal 212 213 128 0.00 0 0.40 0.16 60.71 0.5 0.67
Hex D4 D5 80 0 0 28 10 3D 32 43
Octal 324 325 200 0 0 50 20 75 62 103
Binary 11010100 11010101 10000000 0 0 101000 10000 111101 110010 1000011

Color Harmonies of #D4D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D580

Black with #D4D580

Text Example


Text Example

White with #D4D580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D580; }

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

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

background-color css

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

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

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

border-color css

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

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

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