Html Css Color HEX #D8D75C Manz

📋 copy color: '#D8D75C'

red 216 ◦ green 215 ◦ blue 92

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

Shades of Manz #D8D75C

Tints of Manz #D8D75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 41.3%
G = 41.11%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D75C (or 0xD8D75C) is known color: Manz. HEX triplet: D8, D7 and 5C. RGB value is (216,215,92). Sum of RGB (Red+Green+Blue) = 216+215+92=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D75C is #2728A3. Grayscale: #C9C9C9. Windows color (decimal): -2566308 or 6084568. OLE color: 6084568.

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

Color convert

RGB 216 215 92 -
CMYK 0 0.00 0.57 0.15
HSL 59.52º 0.61% 0.6% -
HSV(B) 59.52º 0.57% 0.85% -
XYZ 54.55 63.97 19.6 -
YUV 201.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 216 215 92 0 0.00 0.57 0.15 59.52 0.61 0.6
Hex D8 D7 5C 0 0 39 F 3C 3D 3C
Octal 330 327 134 0 0 71 17 74 75 74
Binary 11011000 11010111 1011100 0 0 111001 1111 111100 111101 111100

Color Harmonies of #D8D75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D75C

Black with #D8D75C

Text Example


Text Example

White with #D8D75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D75C; }

 p { color: rgb(216,215,92); }

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

background-color css

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

 a { background-color: rgb(216,215,92); }

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

border-color css

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

 span { border-color: rgb(216,215,92); }

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