Html Css Color HEX #D8D65C Manz

📋 copy color: '#D8D65C'

red 216 ◦ green 214 ◦ blue 92

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

Shades of Manz #D8D65C

Tints of Manz #D8D65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

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

R = 41.38%
G = 41%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8D65C (or 0xD8D65C) is known color: Manz. HEX triplet: D8, D6 and 5C. RGB value is (216,214,92). Sum of RGB (Red+Green+Blue) = 216+214+92=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D65C is #2729A3. Grayscale: #C9C9C9. Windows color (decimal): -2566564 or 6084312. OLE color: 6084312.

HSL color Cylindrical-coordinate representation of color #D8D65C: hue angle of 59.03º 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 #D8D65C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 92 -
CMYK 0 0.01 0.57 0.15
HSL 59.03º 0.61% 0.6% -
HSV(B) 59.03º 0.57% 0.85% -
XYZ 54.3 63.46 19.51 -
YUV 200.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 216 214 92 0 0.01 0.57 0.15 59.03 0.61 0.6
Hex D8 D6 5C 0 1 39 F 3B 3D 3C
Octal 330 326 134 0 1 71 17 73 75 74
Binary 11011000 11010110 1011100 0 1 111001 1111 111011 111101 111100

Color Harmonies of #D8D65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D65C

Black with #D8D65C

Text Example


Text Example

White with #D8D65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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