Html Css Color HEX #DADB5A Manz

📋 copy color: '#DADB5A'

red 218 ◦ green 219 ◦ blue 90

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

Shades of Manz #DADB5A

Tints of Manz #DADB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 41.37%
G = 41.56%
B = 17.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DADB5A (or 0xDADB5A) is known color: Manz. HEX triplet: DA, DB and 5A. RGB value is (218,219,90). Sum of RGB (Red+Green+Blue) = 218+219+90=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB5A is #2524A5. Grayscale: #CCCCCC. Windows color (decimal): -2434214 or 5954522. OLE color: 5954522.

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

Color convert

RGB 218 219 90 -
CMYK 0.00 0 0.59 0.14
HSL 60.47º 0.64% 0.61% -
HSV(B) 60.47º 0.59% 0.86% -
XYZ 56.09 66.31 19.52 -
YUV 204 63.67 137.99 -
System Red Green Blue C M Y K H S L
Decimal 218 219 90 0.00 0 0.59 0.14 60.47 0.64 0.61
Hex DA DB 5A 0 0 3B E 3C 40 3D
Octal 332 333 132 0 0 73 16 74 100 75
Binary 11011010 11011011 1011010 0 0 111011 1110 111100 1000000 111101

Color Harmonies of #DADB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB5A

Black with #DADB5A

Text Example


Text Example

White with #DADB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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