Html Css Color HEX #DAC01A Sunflower

📋 copy color: '#DAC01A'

red 218 ◦ green 192 ◦ blue 26

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

Shades of Sunflower #DAC01A

Tints of Sunflower #DAC01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 50%
G = 44.04%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC01A (or 0xDAC01A) is known color: Sunflower. HEX triplet: DA, C0 and 1A. RGB value is (218,192,26). Sum of RGB (Red+Green+Blue) = 218+192+26=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC01A is #253FE5. Grayscale: #B5B5B5. Windows color (decimal): -2441190 or 1753306. OLE color: 1753306.

HSL color Cylindrical-coordinate representation of color #DAC01A: hue angle of 51.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAC01A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 26 -
CMYK 0 0.12 0.88 0.15
HSL 51.88º 0.79% 0.48% -
HSV(B) 51.88º 0.88% 0.85% -
XYZ 47.95 52.68 8.62 -
YUV 180.85 40.61 154.5 -
System Red Green Blue C M Y K H S L
Decimal 218 192 26 0 0.12 0.88 0.15 51.88 0.79 0.48
Hex DA C0 1A 0 C 58 F 34 4F 30
Octal 332 300 32 0 14 130 17 64 117 60
Binary 11011010 11000000 11010 0 1100 1011000 1111 110100 1001111 110000

Color Harmonies of #DAC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC01A

Black with #DAC01A

Text Example


Text Example

White with #DAC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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