Html Css Color HEX #D6D35F Manz

📋 copy color: '#D6D35F'

red 214 ◦ green 211 ◦ blue 95

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

Shades of Manz #D6D35F

Tints of Manz #D6D35F

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

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

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

R = 41.15%
G = 40.58%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6D35F (or 0xD6D35F) is known color: Manz. HEX triplet: D6, D3 and 5F. RGB value is (214,211,95). Sum of RGB (Red+Green+Blue) = 214+211+95=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D35F is #292CA0. Grayscale: #C7C7C7. Windows color (decimal): -2698401 or 6280150. OLE color: 6280150.

HSL color Cylindrical-coordinate representation of color #D6D35F: hue angle of 58.49º degrees, saturation: 0.59, 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 #D6D35F is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 211 95 -
CMYK 0 0.01 0.56 0.16
HSL 58.49º 0.59% 0.61% -
HSV(B) 58.49º 0.56% 0.84% -
XYZ 53.09 61.71 19.94 -
YUV 198.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 214 211 95 0 0.01 0.56 0.16 58.49 0.59 0.61
Hex D6 D3 5F 0 1 38 10 3A 3B 3D
Octal 326 323 137 0 1 70 20 72 73 75
Binary 11010110 11010011 1011111 0 1 111000 10000 111010 111011 111101

Color Harmonies of #D6D35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D35F

Black with #D6D35F

Text Example


Text Example

White with #D6D35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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