Html Css Color HEX #D4D35E Manz

📋 copy color: '#D4D35E'

red 212 ◦ green 211 ◦ blue 94

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

Shades of Manz #D4D35E

Tints of Manz #D4D35E

RGB

 RED value IS 212 (83.2% from 255) = 41.01%

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

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 41.01%
G = 40.81%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4D35E (or 0xD4D35E) is known color: Manz. HEX triplet: D4, D3 and 5E. RGB value is (212,211,94). Sum of RGB (Red+Green+Blue) = 212+211+94=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D35E is #2B2CA1. Grayscale: #C6C6C6. Windows color (decimal): -2829474 or 6214612. OLE color: 6214612.

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

Color convert

RGB 212 211 94 -
CMYK 0 0.00 0.56 0.17
HSL 59.49º 0.58% 0.6% -
HSV(B) 59.49º 0.56% 0.83% -
XYZ 52.47 61.39 19.67 -
YUV 197.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 212 211 94 0 0.00 0.56 0.17 59.49 0.58 0.6
Hex D4 D3 5E 0 0 38 11 3B 3A 3C
Octal 324 323 136 0 0 70 21 73 72 74
Binary 11010100 11010011 1011110 0 0 111000 10001 111011 111010 111100

Color Harmonies of #D4D35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D35E

Black with #D4D35E

Text Example


Text Example

White with #D4D35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D35E; }

 p { color: rgb(212,211,94); }

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

background-color css

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

 a { background-color: rgb(212,211,94); }

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

border-color css

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

 span { border-color: rgb(212,211,94); }

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