Html Css Color HEX #DAD653 Manz

📋 copy color: '#DAD653'

red 218 ◦ green 214 ◦ blue 83

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

Shades of Manz #DAD653

Tints of Manz #DAD653

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

 BLUE value IS 83 (32.81% from 255) = 16.12%

R = 42.33%
G = 41.55%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAD653 (or 0xDAD653) is known color: Manz. HEX triplet: DA, D6 and 53. RGB value is (218,214,83). Sum of RGB (Red+Green+Blue) = 218+214+83=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD653 is #2529AC. Grayscale: #C8C8C8. Windows color (decimal): -2435501 or 5494490. OLE color: 5494490.

HSL color Cylindrical-coordinate representation of color #DAD653: hue angle of 58.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAD653 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 83 -
CMYK 0 0.02 0.62 0.15
HSL 58.22º 0.65% 0.59% -
HSV(B) 58.22º 0.62% 0.85% -
XYZ 54.52 63.62 17.59 -
YUV 200.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 218 214 83 0 0.02 0.62 0.15 58.22 0.65 0.59
Hex DA D6 53 0 2 3E F 3A 41 3B
Octal 332 326 123 0 2 76 17 72 101 73
Binary 11011010 11010110 1010011 0 10 111110 1111 111010 1000001 111011

Color Harmonies of #DAD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD653

Black with #DAD653

Text Example


Text Example

White with #DAD653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD653; }

 p { color: rgb(218,214,83); }

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

background-color css

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

 a { background-color: rgb(218,214,83); }

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

border-color css

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

 span { border-color: rgb(218,214,83); }

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