Html Css Color HEX #D5DA4A Manz

📋 copy color: '#D5DA4A'

red 213 ◦ green 218 ◦ blue 74

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

Shades of Manz #D5DA4A

Tints of Manz #D5DA4A

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

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

 BLUE value IS 74 (29.3% from 255) = 14.65%

R = 42.18%
G = 43.17%
B = 14.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D5DA4A (or 0xD5DA4A) is known color: Manz. HEX triplet: D5, DA and 4A. RGB value is (213,218,74). Sum of RGB (Red+Green+Blue) = 213+218+74=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA4A is #2A25B5. Grayscale: #C8C8C8. Windows color (decimal): -2762166 or 4905685. OLE color: 4905685.

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

Color convert

RGB 213 218 74 -
CMYK 0.02 0 0.66 0.15
HSL 62.08º 0.66% 0.57% -
HSV(B) 62.08º 0.66% 0.85% -
XYZ 53.75 64.78 16.15 -
YUV 200.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 213 218 74 0.02 0 0.66 0.15 62.08 0.66 0.57
Hex D5 DA 4A 2 0 42 F 3E 42 39
Octal 325 332 112 2 0 102 17 76 102 71
Binary 11010101 11011010 1001010 10 0 1000010 1111 111110 1000010 111001

Color Harmonies of #D5DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA4A

Black with #D5DA4A

Text Example


Text Example

White with #D5DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA4A; }

 p { color: rgb(213,218,74); }

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

background-color css

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

 a { background-color: rgb(213,218,74); }

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

border-color css

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

 span { border-color: rgb(213,218,74); }

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