Html Css Color HEX #DADD4F Manz

📋 copy color: '#DADD4F'

red 218 ◦ green 221 ◦ blue 79

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

Shades of Manz #DADD4F

Tints of Manz #DADD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.25%

R = 42.08%
G = 42.66%
B = 15.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DADD4F (or 0xDADD4F) is known color: Manz. HEX triplet: DA, DD and 4F. RGB value is (218,221,79). Sum of RGB (Red+Green+Blue) = 218+221+79=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD4F is #2522B0. Grayscale: #CCCCCC. Windows color (decimal): -2433713 or 5234138. OLE color: 5234138.

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

Color convert

RGB 218 221 79 -
CMYK 0.01 0 0.64 0.13
HSL 61.27º 0.68% 0.59% -
HSV(B) 61.27º 0.64% 0.87% -
XYZ 56.18 67.18 17.4 -
YUV 203.92 57.51 138.05 -
System Red Green Blue C M Y K H S L
Decimal 218 221 79 0.01 0 0.64 0.13 61.27 0.68 0.59
Hex DA DD 4F 1 0 40 D 3D 44 3B
Octal 332 335 117 1 0 100 15 75 104 73
Binary 11011010 11011101 1001111 1 0 1000000 1101 111101 1000100 111011

Color Harmonies of #DADD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD4F

Black with #DADD4F

Text Example


Text Example

White with #DADD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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