Html Css Color HEX #D2D94C Manz

📋 copy color: '#D2D94C'

red 210 ◦ green 217 ◦ blue 76

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

Shades of Manz #D2D94C

Tints of Manz #D2D94C

RGB

 RED value IS 210 (82.42% from 255) = 41.75%

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

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

R = 41.75%
G = 43.14%
B = 15.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D2D94C (or 0xD2D94C) is known color: Manz. HEX triplet: D2, D9 and 4C. RGB value is (210,217,76). Sum of RGB (Red+Green+Blue) = 210+217+76=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D94C is #2D26B3. Grayscale: #C7C7C7. Windows color (decimal): -2959028 or 5036498. OLE color: 5036498.

HSL color Cylindrical-coordinate representation of color #D2D94C: hue angle of 62.98º 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 #D2D94C is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 76 -
CMYK 0.03 0 0.65 0.15
HSL 62.98º 0.65% 0.57% -
HSV(B) 62.98º 0.65% 0.85% -
XYZ 52.7 63.85 16.38 -
YUV 198.83 58.68 135.96 -
System Red Green Blue C M Y K H S L
Decimal 210 217 76 0.03 0 0.65 0.15 62.98 0.65 0.57
Hex D2 D9 4C 3 0 41 F 3F 41 39
Octal 322 331 114 3 0 101 17 77 101 71
Binary 11010010 11011001 1001100 11 0 1000001 1111 111111 1000001 111001

Color Harmonies of #D2D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D94C

Black with #D2D94C

Text Example


Text Example

White with #D2D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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