Html Css Color HEX #DAD754 Manz

📋 copy color: '#DAD754'

red 218 ◦ green 215 ◦ blue 84

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

Shades of Manz #DAD754

Tints of Manz #DAD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

 BLUE value IS 84 (33.2% from 255) = 16.25%

R = 42.17%
G = 41.59%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD754 (or 0xDAD754) is known color: Manz. HEX triplet: DA, D7 and 54. RGB value is (218,215,84). Sum of RGB (Red+Green+Blue) = 218+215+84=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD754 is #2528AB. Grayscale: #C9C9C9. Windows color (decimal): -2435244 or 5560282. OLE color: 5560282.

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

Color convert

RGB 218 215 84 -
CMYK 0 0.01 0.61 0.15
HSL 58.66º 0.64% 0.59% -
HSV(B) 58.66º 0.61% 0.85% -
XYZ 54.81 64.15 17.88 -
YUV 200.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 218 215 84 0 0.01 0.61 0.15 58.66 0.64 0.59
Hex DA D7 54 0 1 3D F 3B 40 3B
Octal 332 327 124 0 1 75 17 73 100 73
Binary 11011010 11010111 1010100 0 1 111101 1111 111011 1000000 111011

Color Harmonies of #DAD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD754

Black with #DAD754

Text Example


Text Example

White with #DAD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD754; }

 p { color: rgb(218,215,84); }

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

background-color css

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

 a { background-color: rgb(218,215,84); }

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

border-color css

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

 span { border-color: rgb(218,215,84); }

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