Html Css Color HEX #D7D65A Manz

📋 copy color: '#D7D65A'

red 215 ◦ green 214 ◦ blue 90

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

Shades of Manz #D7D65A

Tints of Manz #D7D65A

RGB

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

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

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

R = 41.43%
G = 41.23%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7D65A (or 0xD7D65A) is known color: Manz. HEX triplet: D7, D6 and 5A. RGB value is (215,214,90). Sum of RGB (Red+Green+Blue) = 215+214+90=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D65A is #2829A5. Grayscale: #C8C8C8. Windows color (decimal): -2632102 or 5953239. OLE color: 5953239.

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

Color convert

RGB 215 214 90 -
CMYK 0 0.00 0.58 0.16
HSL 59.52º 0.61% 0.6% -
HSV(B) 59.52º 0.58% 0.84% -
XYZ 53.92 63.28 19.05 -
YUV 200.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 215 214 90 0 0.00 0.58 0.16 59.52 0.61 0.6
Hex D7 D6 5A 0 0 3A 10 3C 3D 3C
Octal 327 326 132 0 0 72 20 74 75 74
Binary 11010111 11010110 1011010 0 0 111010 10000 111100 111101 111100

Color Harmonies of #D7D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D65A

Black with #D7D65A

Text Example


Text Example

White with #D7D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D65A; }

 p { color: rgb(215,214,90); }

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

background-color css

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

 a { background-color: rgb(215,214,90); }

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

border-color css

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

 span { border-color: rgb(215,214,90); }

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