Html Css Color HEX #D7D35F Manz

📋 copy color: '#D7D35F'

red 215 ◦ green 211 ◦ blue 95

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

Shades of Manz #D7D35F

Tints of Manz #D7D35F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

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

R = 41.27%
G = 40.5%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7D35F (or 0xD7D35F) is known color: Manz. HEX triplet: D7, D3 and 5F. RGB value is (215,211,95). Sum of RGB (Red+Green+Blue) = 215+211+95=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D35F is #282CA0. Grayscale: #C7C7C7. Windows color (decimal): -2632865 or 6280151. OLE color: 6280151.

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

Color convert

RGB 215 211 95 -
CMYK 0 0.02 0.56 0.16
HSL 58º 0.6% 0.61% -
HSV(B) 58º 0.56% 0.84% -
XYZ 53.38 61.86 19.95 -
YUV 198.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 215 211 95 0 0.02 0.56 0.16 58 0.6 0.61
Hex D7 D3 5F 0 2 38 10 3A 3C 3D
Octal 327 323 137 0 2 70 20 72 74 75
Binary 11010111 11010011 1011111 0 10 111000 10000 111010 111100 111101

Color Harmonies of #D7D35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D35F

Black with #D7D35F

Text Example


Text Example

White with #D7D35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D35F; }

 p { color: rgb(215,211,95); }

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

background-color css

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

 a { background-color: rgb(215,211,95); }

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

border-color css

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

 span { border-color: rgb(215,211,95); }

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