Html Css Color HEX #DADB60 Manz

📋 copy color: '#DADB60'

red 218 ◦ green 219 ◦ blue 96

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

Shades of Manz #DADB60

Tints of Manz #DADB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.01%

R = 40.9%
G = 41.09%
B = 18.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DADB60 (or 0xDADB60) is known color: Manz. HEX triplet: DA, DB and 60. RGB value is (218,219,96). Sum of RGB (Red+Green+Blue) = 218+219+96=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB60 is #25249F. Grayscale: #CDCDCD. Windows color (decimal): -2434208 or 6347738. OLE color: 6347738.

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

Color convert

RGB 218 219 96 -
CMYK 0.00 0 0.56 0.14
HSL 60.49º 0.63% 0.62% -
HSV(B) 60.49º 0.56% 0.86% -
XYZ 56.36 66.41 20.92 -
YUV 204.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 218 219 96 0.00 0 0.56 0.14 60.49 0.63 0.62
Hex DA DB 60 0 0 38 E 3C 3F 3E
Octal 332 333 140 0 0 70 16 74 77 76
Binary 11011010 11011011 1100000 0 0 111000 1110 111100 111111 111110

Color Harmonies of #DADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB60

Black with #DADB60

Text Example


Text Example

White with #DADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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