Html Css Color HEX #DADB4A Manz

📋 copy color: '#DADB4A'

red 218 ◦ green 219 ◦ blue 74

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

Shades of Manz #DADB4A

Tints of Manz #DADB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

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

R = 42.66%
G = 42.86%
B = 14.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DADB4A (or 0xDADB4A) is known color: Manz. HEX triplet: DA, DB and 4A. RGB value is (218,219,74). Sum of RGB (Red+Green+Blue) = 218+219+74=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB4A is #2524B5. Grayscale: #CACACA. Windows color (decimal): -2434230 or 4905946. OLE color: 4905946.

HSL color Cylindrical-coordinate representation of color #DADB4A: hue angle of 60.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DADB4A is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 74 -
CMYK 0.00 0 0.66 0.14
HSL 60.41º 0.67% 0.57% -
HSV(B) 60.41º 0.66% 0.86% -
XYZ 55.48 66.06 16.31 -
YUV 202.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 218 219 74 0.00 0 0.66 0.14 60.41 0.67 0.57
Hex DA DB 4A 0 0 42 E 3C 43 39
Octal 332 333 112 0 0 102 16 74 103 71
Binary 11011010 11011011 1001010 0 0 1000010 1110 111100 1000011 111001

Color Harmonies of #DADB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB4A

Black with #DADB4A

Text Example


Text Example

White with #DADB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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