Html Css Color HEX #D8D380 Deco

📋 copy color: '#D8D380'

red 216 ◦ green 211 ◦ blue 128

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

Shades of Deco #D8D380

Tints of Deco #D8D380

RGB

 RED value IS 216 (84.77% from 255) = 38.92%

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 38.92%
G = 38.02%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8D380 (or 0xD8D380) is known color: Deco. HEX triplet: D8, D3 and 80. RGB value is (216,211,128). Sum of RGB (Red+Green+Blue) = 216+211+128=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D380 is #272C7F. Grayscale: #CBCBCB. Windows color (decimal): -2567296 or 8442840. OLE color: 8442840.

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

Color convert

RGB 216 211 128 -
CMYK 0 0.02 0.41 0.15
HSL 56.59º 0.53% 0.67% -
HSV(B) 56.59º 0.41% 0.85% -
XYZ 55.51 62.75 29.61 -
YUV 203.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 216 211 128 0 0.02 0.41 0.15 56.59 0.53 0.67
Hex D8 D3 80 0 2 29 F 39 35 43
Octal 330 323 200 0 2 51 17 71 65 103
Binary 11011000 11010011 10000000 0 10 101001 1111 111001 110101 1000011

Color Harmonies of #D8D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D380

Black with #D8D380

Text Example


Text Example

White with #D8D380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D380; }

 p { color: rgb(216,211,128); }

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

background-color css

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

 a { background-color: rgb(216,211,128); }

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

border-color css

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

 span { border-color: rgb(216,211,128); }

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