Html Css Color HEX #D4D94C Manz

📋 copy color: '#D4D94C'

red 212 ◦ green 217 ◦ blue 76

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

Shades of Manz #D4D94C

Tints of Manz #D4D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.97%

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 41.98%
G = 42.97%
B = 15.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D4D94C (or 0xD4D94C) is known color: Manz. HEX triplet: D4, D9 and 4C. RGB value is (212,217,76). Sum of RGB (Red+Green+Blue) = 212+217+76=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D94C is #2B26B3. Grayscale: #C7C7C7. Windows color (decimal): -2827956 or 5036500. OLE color: 5036500.

HSL color Cylindrical-coordinate representation of color #D4D94C: hue angle of 62.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4D94C is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 76 -
CMYK 0.02 0 0.65 0.15
HSL 62.13º 0.65% 0.57% -
HSV(B) 62.13º 0.65% 0.85% -
XYZ 53.27 64.14 16.41 -
YUV 199.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 212 217 76 0.02 0 0.65 0.15 62.13 0.65 0.57
Hex D4 D9 4C 2 0 41 F 3E 41 39
Octal 324 331 114 2 0 101 17 76 101 71
Binary 11010100 11011001 1001100 10 0 1000001 1111 111110 1000001 111001

Color Harmonies of #D4D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D94C

Black with #D4D94C

Text Example


Text Example

White with #D4D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D94C; }

 p { color: rgb(212,217,76); }

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

background-color css

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

 a { background-color: rgb(212,217,76); }

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

border-color css

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

 span { border-color: rgb(212,217,76); }

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