Html Css Color HEX #DAC71A Sunflower

📋 copy color: '#DAC71A'

red 218 ◦ green 199 ◦ blue 26

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

Shades of Sunflower #DAC71A

Tints of Sunflower #DAC71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

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

R = 49.21%
G = 44.92%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC71A (or 0xDAC71A) is known color: Sunflower. HEX triplet: DA, C7 and 1A. RGB value is (218,199,26). Sum of RGB (Red+Green+Blue) = 218+199+26=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC71A is #2538E5. Grayscale: #B9B9B9. Windows color (decimal): -2439398 or 1755098. OLE color: 1755098.

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

Color convert

RGB 218 199 26 -
CMYK 0 0.09 0.88 0.15
HSL 54.06º 0.79% 0.48% -
HSV(B) 54.06º 0.88% 0.85% -
XYZ 49.52 55.83 9.14 -
YUV 184.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 218 199 26 0 0.09 0.88 0.15 54.06 0.79 0.48
Hex DA C7 1A 0 9 58 F 36 4F 30
Octal 332 307 32 0 11 130 17 66 117 60
Binary 11011010 11000111 11010 0 1001 1011000 1111 110110 1001111 110000

Color Harmonies of #DAC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC71A

Black with #DAC71A

Text Example


Text Example

White with #DAC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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