Html Css Color HEX #D8CC5A Manz

📋 copy color: '#D8CC5A'

red 216 ◦ green 204 ◦ blue 90

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

Shades of Manz #D8CC5A

Tints of Manz #D8CC5A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 17.65%

R = 42.35%
G = 40%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8CC5A (or 0xD8CC5A) is known color: Manz. HEX triplet: D8, CC and 5A. RGB value is (216,204,90). Sum of RGB (Red+Green+Blue) = 216+204+90=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC5A is #2733A5. Grayscale: #C3C3C3. Windows color (decimal): -2569126 or 5950680. OLE color: 5950680.

HSL color Cylindrical-coordinate representation of color #D8CC5A: hue angle of 54.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8CC5A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 90 -
CMYK 0 0.06 0.58 0.15
HSL 54.29º 0.62% 0.6% -
HSV(B) 54.29º 0.58% 0.85% -
XYZ 51.76 58.52 18.24 -
YUV 194.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 216 204 90 0 0.06 0.58 0.15 54.29 0.62 0.6
Hex D8 CC 5A 0 6 3A F 36 3E 3C
Octal 330 314 132 0 6 72 17 66 76 74
Binary 11011000 11001100 1011010 0 110 111010 1111 110110 111110 111100

Color Harmonies of #D8CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC5A

Black with #D8CC5A

Text Example


Text Example

White with #D8CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC5A; }

 p { color: rgb(216,204,90); }

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

background-color css

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

 a { background-color: rgb(216,204,90); }

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

border-color css

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

 span { border-color: rgb(216,204,90); }

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