Html Css Color HEX #D7C388 Zombie

📋 copy color: '#D7C388'

red 215 ◦ green 195 ◦ blue 136

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

Shades of Zombie #D7C388

Tints of Zombie #D7C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.71%

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 39.38%
G = 35.71%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D7C388 (or 0xD7C388) is known color: Zombie. HEX triplet: D7, C3 and 88. RGB value is (215,195,136). Sum of RGB (Red+Green+Blue) = 215+195+136=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C388 is #283C77. Grayscale: #C2C2C2. Windows color (decimal): -2636920 or 8963031. OLE color: 8963031.

HSL color Cylindrical-coordinate representation of color #D7C388: hue angle of 44.81º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7C388 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 195 136 -
CMYK 0 0.09 0.37 0.16
HSL 44.81º 0.5% 0.69% -
HSV(B) 44.81º 0.37% 0.84% -
XYZ 51.98 55.25 31.22 -
YUV 194.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 215 195 136 0 0.09 0.37 0.16 44.81 0.5 0.69
Hex D7 C3 88 0 9 25 10 2D 32 45
Octal 327 303 210 0 11 45 20 55 62 105
Binary 11010111 11000011 10001000 0 1001 100101 10000 101101 110010 1000101

Color Harmonies of #D7C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C388

Black with #D7C388

Text Example


Text Example

White with #D7C388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C388; }

 p { color: rgb(215,195,136); }

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

background-color css

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

 a { background-color: rgb(215,195,136); }

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

border-color css

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

 span { border-color: rgb(215,195,136); }

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