Html Css Color HEX #DAD74F Manz

📋 copy color: '#DAD74F'

red 218 ◦ green 215 ◦ blue 79

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

Shades of Manz #DAD74F

Tints of Manz #DAD74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.43%

R = 42.58%
G = 41.99%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAD74F (or 0xDAD74F) is known color: Manz. HEX triplet: DA, D7 and 4F. RGB value is (218,215,79). Sum of RGB (Red+Green+Blue) = 218+215+79=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD74F is #2528B0. Grayscale: #C8C8C8. Windows color (decimal): -2435249 or 5232602. OLE color: 5232602.

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

Color convert

RGB 218 215 79 -
CMYK 0 0.01 0.64 0.15
HSL 58.71º 0.65% 0.58% -
HSV(B) 58.71º 0.64% 0.85% -
XYZ 54.63 64.07 16.88 -
YUV 200.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 218 215 79 0 0.01 0.64 0.15 58.71 0.65 0.58
Hex DA D7 4F 0 1 40 F 3B 41 3A
Octal 332 327 117 0 1 100 17 73 101 72
Binary 11011010 11010111 1001111 0 1 1000000 1111 111011 1000001 111010

Color Harmonies of #DAD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD74F

Black with #DAD74F

Text Example


Text Example

White with #DAD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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