Html Css Color HEX #DAC41A Sunflower

📋 copy color: '#DAC41A'

red 218 ◦ green 196 ◦ blue 26

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

Shades of Sunflower #DAC41A

Tints of Sunflower #DAC41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 49.55%
G = 44.55%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC41A (or 0xDAC41A) is known color: Sunflower. HEX triplet: DA, C4 and 1A. RGB value is (218,196,26). Sum of RGB (Red+Green+Blue) = 218+196+26=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC41A is #253BE5. Grayscale: #B7B7B7. Windows color (decimal): -2440166 or 1754330. OLE color: 1754330.

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

Color convert

RGB 218 196 26 -
CMYK 0 0.10 0.88 0.15
HSL 53.13º 0.79% 0.48% -
HSV(B) 53.13º 0.88% 0.85% -
XYZ 48.84 54.46 8.91 -
YUV 183.2 39.29 152.82 -
System Red Green Blue C M Y K H S L
Decimal 218 196 26 0 0.10 0.88 0.15 53.13 0.79 0.48
Hex DA C4 1A 0 A 58 F 35 4F 30
Octal 332 304 32 0 12 130 17 65 117 60
Binary 11011010 11000100 11010 0 1010 1011000 1111 110101 1001111 110000

Color Harmonies of #DAC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC41A

Black with #DAC41A

Text Example


Text Example

White with #DAC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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