Html Css Color HEX #DADD4E Manz

📋 copy color: '#DADD4E'

red 218 ◦ green 221 ◦ blue 78

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

Shades of Manz #DADD4E

Tints of Manz #DADD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 78 (30.86% from 255) = 15.09%

R = 42.17%
G = 42.75%
B = 15.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DADD4E (or 0xDADD4E) is known color: Manz. HEX triplet: DA, DD and 4E. RGB value is (218,221,78). Sum of RGB (Red+Green+Blue) = 218+221+78=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD4E is #2522B1. Grayscale: #CCCCCC. Windows color (decimal): -2433714 or 5168602. OLE color: 5168602.

HSL color Cylindrical-coordinate representation of color #DADD4E: hue angle of 61.26º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DADD4E is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 78 -
CMYK 0.01 0 0.65 0.13
HSL 61.26º 0.68% 0.59% -
HSV(B) 61.26º 0.65% 0.87% -
XYZ 56.15 67.17 17.21 -
YUV 203.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 218 221 78 0.01 0 0.65 0.13 61.26 0.68 0.59
Hex DA DD 4E 1 0 41 D 3D 44 3B
Octal 332 335 116 1 0 101 15 75 104 73
Binary 11011010 11011101 1001110 1 0 1000001 1101 111101 1000100 111011

Color Harmonies of #DADD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD4E

Black with #DADD4E

Text Example


Text Example

White with #DADD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD4E; }

 p { color: rgb(218,221,78); }

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

background-color css

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

 a { background-color: rgb(218,221,78); }

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

border-color css

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

 span { border-color: rgb(218,221,78); }

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