Html Css Color HEX #DAD454 Manz

📋 copy color: '#DAD454'

red 218 ◦ green 212 ◦ blue 84

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

Shades of Manz #DAD454

Tints of Manz #DAD454

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

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

R = 42.41%
G = 41.25%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD454 (or 0xDAD454) is known color: Manz. HEX triplet: DA, D4 and 54. RGB value is (218,212,84). Sum of RGB (Red+Green+Blue) = 218+212+84=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD454 is #252BAB. Grayscale: #C7C7C7. Windows color (decimal): -2436012 or 5559514. OLE color: 5559514.

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

Color convert

RGB 218 212 84 -
CMYK 0 0.03 0.61 0.15
HSL 57.31º 0.64% 0.59% -
HSV(B) 57.31º 0.61% 0.85% -
XYZ 54.06 62.63 17.63 -
YUV 199.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 218 212 84 0 0.03 0.61 0.15 57.31 0.64 0.59
Hex DA D4 54 0 3 3D F 39 40 3B
Octal 332 324 124 0 3 75 17 71 100 73
Binary 11011010 11010100 1010100 0 11 111101 1111 111001 1000000 111011

Color Harmonies of #DAD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD454

Black with #DAD454

Text Example


Text Example

White with #DAD454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD454; }

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

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

background-color css

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

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

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

border-color css

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

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

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