Html Css Color HEX #DAC220 Sunflower

📋 copy color: '#DAC220'

red 218 ◦ green 194 ◦ blue 32

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

Shades of Sunflower #DAC220

Tints of Sunflower #DAC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 32 (12.89% from 255) = 7.21%

R = 49.1%
G = 43.69%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC220 (or 0xDAC220) is known color: Sunflower. HEX triplet: DA, C2 and 20. RGB value is (218,194,32). Sum of RGB (Red+Green+Blue) = 218+194+32=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC220 is #253DDF. Grayscale: #B7B7B7. Windows color (decimal): -2440672 or 2147034. OLE color: 2147034.

HSL color Cylindrical-coordinate representation of color #DAC220: hue angle of 52.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAC220 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 194 32 -
CMYK 0 0.11 0.85 0.15
HSL 52.26º 0.74% 0.49% -
HSV(B) 52.26º 0.85% 0.85% -
XYZ 48.47 53.59 9.16 -
YUV 182.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 218 194 32 0 0.11 0.85 0.15 52.26 0.74 0.49
Hex DA C2 20 0 B 55 F 34 4A 31
Octal 332 302 40 0 13 125 17 64 112 61
Binary 11011010 11000010 100000 0 1011 1010101 1111 110100 1001010 110001

Color Harmonies of #DAC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC220

Black with #DAC220

Text Example


Text Example

White with #DAC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC220; }

 p { color: rgb(218,194,32); }

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

background-color css

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

 a { background-color: rgb(218,194,32); }

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

border-color css

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

 span { border-color: rgb(218,194,32); }

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