Html Css Color HEX #DAC020 Sunflower

📋 copy color: '#DAC020'

red 218 ◦ green 192 ◦ blue 32

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

Shades of Sunflower #DAC020

Tints of Sunflower #DAC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 49.32%
G = 43.44%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC020 (or 0xDAC020) is known color: Sunflower. HEX triplet: DA, C0 and 20. RGB value is (218,192,32). Sum of RGB (Red+Green+Blue) = 218+192+32=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC020 is #253FDF. Grayscale: #B6B6B6. Windows color (decimal): -2441184 or 2146522. OLE color: 2146522.

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

Color convert

RGB 218 192 32 -
CMYK 0 0.12 0.85 0.15
HSL 51.61º 0.74% 0.49% -
HSV(B) 51.61º 0.85% 0.85% -
XYZ 48.02 52.71 9.01 -
YUV 181.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 218 192 32 0 0.12 0.85 0.15 51.61 0.74 0.49
Hex DA C0 20 0 C 55 F 34 4A 31
Octal 332 300 40 0 14 125 17 64 112 61
Binary 11011010 11000000 100000 0 1100 1010101 1111 110100 1001010 110001

Color Harmonies of #DAC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC020

Black with #DAC020

Text Example


Text Example

White with #DAC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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