Html Css Color HEX #DAD65D Manz

📋 copy color: '#DAD65D'

red 218 ◦ green 214 ◦ blue 93

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

Shades of Manz #DAD65D

Tints of Manz #DAD65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 41.52%
G = 40.76%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAD65D (or 0xDAD65D) is known color: Manz. HEX triplet: DA, D6 and 5D. RGB value is (218,214,93). Sum of RGB (Red+Green+Blue) = 218+214+93=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD65D is #2529A2. Grayscale: #C9C9C9. Windows color (decimal): -2435491 or 6149850. OLE color: 6149850.

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

Color convert

RGB 218 214 93 -
CMYK 0 0.02 0.57 0.15
HSL 58.08º 0.63% 0.61% -
HSV(B) 58.08º 0.57% 0.85% -
XYZ 54.94 63.79 19.77 -
YUV 201.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 218 214 93 0 0.02 0.57 0.15 58.08 0.63 0.61
Hex DA D6 5D 0 2 39 F 3A 3F 3D
Octal 332 326 135 0 2 71 17 72 77 75
Binary 11011010 11010110 1011101 0 10 111001 1111 111010 111111 111101

Color Harmonies of #DAD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD65D

Black with #DAD65D

Text Example


Text Example

White with #DAD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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