Html Css Color HEX #D2D94B Manz

📋 copy color: '#D2D94B'

red 210 ◦ green 217 ◦ blue 75

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

Shades of Manz #D2D94B

Tints of Manz #D2D94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.94%

R = 41.83%
G = 43.23%
B = 14.94%

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

#D2D94B (or 0xD2D94B) is known color: Manz. HEX triplet: D2, D9 and 4B. RGB value is (210,217,75). Sum of RGB (Red+Green+Blue) = 210+217+75=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D94B is #2D26B4. Grayscale: #C7C7C7. Windows color (decimal): -2959029 or 4970962. OLE color: 4970962.

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

Color convert

RGB 210 217 75 -
CMYK 0.03 0 0.65 0.15
HSL 62.96º 0.65% 0.57% -
HSV(B) 62.96º 0.65% 0.85% -
XYZ 52.66 63.84 16.2 -
YUV 198.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 210 217 75 0.03 0 0.65 0.15 62.96 0.65 0.57
Hex D2 D9 4B 3 0 41 F 3F 41 39
Octal 322 331 113 3 0 101 17 77 101 71
Binary 11010010 11011001 1001011 11 0 1000001 1111 111111 1000001 111001

Color Harmonies of #D2D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D94B

Black with #D2D94B

Text Example


Text Example

White with #D2D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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