Html Css Color HEX #D8D65F Manz

📋 copy color: '#D8D65F'

red 216 ◦ green 214 ◦ blue 95

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

Shades of Manz #D8D65F

Tints of Manz #D8D65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 41.14%
G = 40.76%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8D65F (or 0xD8D65F) is known color: Manz. HEX triplet: D8, D6 and 5F. RGB value is (216,214,95). Sum of RGB (Red+Green+Blue) = 216+214+95=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D65F is #2729A0. Grayscale: #C9C9C9. Windows color (decimal): -2566561 or 6280920. OLE color: 6280920.

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

Color convert

RGB 216 214 95 -
CMYK 0 0.01 0.56 0.15
HSL 59.01º 0.61% 0.61% -
HSV(B) 59.01º 0.56% 0.85% -
XYZ 54.43 63.52 20.22 -
YUV 201.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 216 214 95 0 0.01 0.56 0.15 59.01 0.61 0.61
Hex D8 D6 5F 0 1 38 F 3B 3D 3D
Octal 330 326 137 0 1 70 17 73 75 75
Binary 11011000 11010110 1011111 0 1 111000 1111 111011 111101 111101

Color Harmonies of #D8D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D65F

Black with #D8D65F

Text Example


Text Example

White with #D8D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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