Html Css Color HEX #D9DA52 Manz

📋 copy color: '#D9DA52'

red 217 ◦ green 218 ◦ blue 82

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

Shades of Manz #D9DA52

Tints of Manz #D9DA52

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 82 (32.42% from 255) = 15.86%

R = 41.97%
G = 42.17%
B = 15.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9DA52 (or 0xD9DA52) is known color: Manz. HEX triplet: D9, DA and 52. RGB value is (217,218,82). Sum of RGB (Red+Green+Blue) = 217+218+82=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA52 is #2625AD. Grayscale: #CACACA. Windows color (decimal): -2500014 or 5429977. OLE color: 5429977.

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

Color convert

RGB 217 218 82 -
CMYK 0.00 0 0.62 0.15
HSL 60.44º 0.65% 0.59% -
HSV(B) 60.44º 0.62% 0.85% -
XYZ 55.21 65.5 17.72 -
YUV 202.2 60.17 138.56 -
System Red Green Blue C M Y K H S L
Decimal 217 218 82 0.00 0 0.62 0.15 60.44 0.65 0.59
Hex D9 DA 52 0 0 3E F 3C 41 3B
Octal 331 332 122 0 0 76 17 74 101 73
Binary 11011001 11011010 1010010 0 0 111110 1111 111100 1000001 111011

Color Harmonies of #D9DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA52

Black with #D9DA52

Text Example


Text Example

White with #D9DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA52; }

 p { color: rgb(217,218,82); }

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

background-color css

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

 a { background-color: rgb(217,218,82); }

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

border-color css

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

 span { border-color: rgb(217,218,82); }

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