Html Css Color HEX #DAD652 Manz

📋 copy color: '#DAD652'

red 218 ◦ green 214 ◦ blue 82

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

Shades of Manz #DAD652

Tints of Manz #DAD652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 42.41%
G = 41.63%
B = 15.95%

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

#DAD652 (or 0xDAD652) is known color: Manz. HEX triplet: DA, D6 and 52. RGB value is (218,214,82). Sum of RGB (Red+Green+Blue) = 218+214+82=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD652 is #2529AD. Grayscale: #C8C8C8. Windows color (decimal): -2435502 or 5428954. OLE color: 5428954.

HSL color Cylindrical-coordinate representation of color #DAD652: hue angle of 58.24º 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 #DAD652 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 82 -
CMYK 0 0.02 0.62 0.15
HSL 58.24º 0.65% 0.59% -
HSV(B) 58.24º 0.62% 0.85% -
XYZ 54.48 63.61 17.39 -
YUV 200.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 218 214 82 0 0.02 0.62 0.15 58.24 0.65 0.59
Hex DA D6 52 0 2 3E F 3A 41 3B
Octal 332 326 122 0 2 76 17 72 101 73
Binary 11011010 11010110 1010010 0 10 111110 1111 111010 1000001 111011

Color Harmonies of #DAD652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD652

Black with #DAD652

Text Example


Text Example

White with #DAD652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD652; }

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

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

background-color css

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

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

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

border-color css

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

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

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