Html Css Color HEX #D4DA4C Manz

📋 copy color: '#D4DA4C'

red 212 ◦ green 218 ◦ blue 76

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

Shades of Manz #D4DA4C

Tints of Manz #D4DA4C

RGB

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

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

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

R = 41.9%
G = 43.08%
B = 15.02%

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

#D4DA4C (or 0xD4DA4C) is known color: Manz. HEX triplet: D4, DA and 4C. RGB value is (212,218,76). Sum of RGB (Red+Green+Blue) = 212+218+76=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA4C is #2B25B3. Grayscale: #C8C8C8. Windows color (decimal): -2827700 or 5036756. OLE color: 5036756.

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

Color convert

RGB 212 218 76 -
CMYK 0.03 0 0.65 0.15
HSL 62.54º 0.66% 0.58% -
HSV(B) 62.54º 0.65% 0.85% -
XYZ 53.53 64.66 16.5 -
YUV 200.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 212 218 76 0.03 0 0.65 0.15 62.54 0.66 0.58
Hex D4 DA 4C 3 0 41 F 3F 42 3A
Octal 324 332 114 3 0 101 17 77 102 72
Binary 11010100 11011010 1001100 11 0 1000001 1111 111111 1000010 111010

Color Harmonies of #D4DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA4C

Black with #D4DA4C

Text Example


Text Example

White with #D4DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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