Html Css Color HEX #DAC71D Sunflower

📋 copy color: '#DAC71D'

red 218 ◦ green 199 ◦ blue 29

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

Shades of Sunflower #DAC71D

Tints of Sunflower #DAC71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.5%

R = 48.88%
G = 44.62%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAC71D (or 0xDAC71D) is known color: Sunflower. HEX triplet: DA, C7 and 1D. RGB value is (218,199,29). Sum of RGB (Red+Green+Blue) = 218+199+29=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC71D is #2538E2. Grayscale: #BABABA. Windows color (decimal): -2439395 or 1951706. OLE color: 1951706.

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

Color convert

RGB 218 199 29 -
CMYK 0 0.09 0.87 0.15
HSL 53.97º 0.77% 0.48% -
HSV(B) 53.97º 0.87% 0.85% -
XYZ 49.56 55.84 9.33 -
YUV 185.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 218 199 29 0 0.09 0.87 0.15 53.97 0.77 0.48
Hex DA C7 1D 0 9 57 F 36 4D 30
Octal 332 307 35 0 11 127 17 66 115 60
Binary 11011010 11000111 11101 0 1001 1010111 1111 110110 1001101 110000

Color Harmonies of #DAC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC71D

Black with #DAC71D

Text Example


Text Example

White with #DAC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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