Html Css Color HEX #DAC713 Sunflower

📋 copy color: '#DAC713'

red 218 ◦ green 199 ◦ blue 19

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

Shades of Sunflower #DAC713

Tints of Sunflower #DAC713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 50%
G = 45.64%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAC713 (or 0xDAC713) is known color: Sunflower. HEX triplet: DA, C7 and 13. RGB value is (218,199,19). Sum of RGB (Red+Green+Blue) = 218+199+19=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC713 is #2538EC. Grayscale: #B8B8B8. Windows color (decimal): -2439405 or 1296346. OLE color: 1296346.

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

Color convert

RGB 218 199 19 -
CMYK 0 0.09 0.91 0.15
HSL 54.27º 0.84% 0.46% -
HSV(B) 54.27º 0.91% 0.85% -
XYZ 49.45 55.8 8.78 -
YUV 184.16 34.79 152.14 -
System Red Green Blue C M Y K H S L
Decimal 218 199 19 0 0.09 0.91 0.15 54.27 0.84 0.46
Hex DA C7 13 0 9 5B F 36 54 2E
Octal 332 307 23 0 11 133 17 66 124 56
Binary 11011010 11000111 10011 0 1001 1011011 1111 110110 1010100 101110

Color Harmonies of #DAC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC713

Black with #DAC713

Text Example


Text Example

White with #DAC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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