Html Css Color HEX #D7D64F Manz

📋 copy color: '#D7D64F'

red 215 ◦ green 214 ◦ blue 79

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

Shades of Manz #D7D64F

Tints of Manz #D7D64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.55%

R = 42.32%
G = 42.13%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7D64F (or 0xD7D64F) is known color: Manz. HEX triplet: D7, D6 and 4F. RGB value is (215,214,79). Sum of RGB (Red+Green+Blue) = 215+214+79=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D64F is #2829B0. Grayscale: #C7C7C7. Windows color (decimal): -2632113 or 5232343. OLE color: 5232343.

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

Color convert

RGB 215 214 79 -
CMYK 0 0.00 0.63 0.16
HSL 59.56º 0.63% 0.58% -
HSV(B) 59.56º 0.63% 0.84% -
XYZ 53.48 63.1 16.76 -
YUV 198.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 215 214 79 0 0.00 0.63 0.16 59.56 0.63 0.58
Hex D7 D6 4F 0 0 3F 10 3C 3F 3A
Octal 327 326 117 0 0 77 20 74 77 72
Binary 11010111 11010110 1001111 0 0 111111 10000 111100 111111 111010

Color Harmonies of #D7D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D64F

Black with #D7D64F

Text Example


Text Example

White with #D7D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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