Html Css Color HEX #D0D980 Deco

📋 copy color: '#D0D980'

red 208 ◦ green 217 ◦ blue 128

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

Shades of Deco #D0D980

Tints of Deco #D0D980

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

 GREEN value IS 217 (85.16% from 255) = 39.24%

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

R = 37.61%
G = 39.24%
B = 23.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D0D980 (or 0xD0D980) is known color: Deco. HEX triplet: D0, D9 and 80. RGB value is (208,217,128). Sum of RGB (Red+Green+Blue) = 208+217+128=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D980 is #2F267F. Grayscale: #CCCCCC. Windows color (decimal): -3090048 or 8444368. OLE color: 8444368.

HSL color Cylindrical-coordinate representation of color #D0D980: hue angle of 66.07º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0D980 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 217 128 -
CMYK 0.04 0 0.41 0.15
HSL 66.07º 0.54% 0.68% -
HSV(B) 66.07º 0.41% 0.85% -
XYZ 54.72 64.59 30.01 -
YUV 204.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 208 217 128 0.04 0 0.41 0.15 66.07 0.54 0.68
Hex D0 D9 80 4 0 29 F 42 36 44
Octal 320 331 200 4 0 51 17 102 66 104
Binary 11010000 11011001 10000000 100 0 101001 1111 1000010 110110 1000100

Color Harmonies of #D0D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D980

Black with #D0D980

Text Example


Text Example

White with #D0D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D980; }

 p { color: rgb(208,217,128); }

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

background-color css

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

 a { background-color: rgb(208,217,128); }

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

border-color css

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

 span { border-color: rgb(208,217,128); }

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