Html Css Color HEX #DAC70F Sunflower

📋 copy color: '#DAC70F'

red 218 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #DAC70F

Tints of Sunflower #DAC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.47%

R = 50.46%
G = 46.06%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC70F (or 0xDAC70F) is known color: Sunflower. HEX triplet: DA, C7 and 0F. RGB value is (218,199,15). Sum of RGB (Red+Green+Blue) = 218+199+15=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70F is #2538F0. Grayscale: #B8B8B8. Windows color (decimal): -2439409 or 1034202. OLE color: 1034202.

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

Color convert

RGB 218 199 15 -
CMYK 0 0.09 0.93 0.15
HSL 54.38º 0.87% 0.46% -
HSV(B) 54.38º 0.93% 0.85% -
XYZ 49.42 55.79 8.61 -
YUV 183.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 218 199 15 0 0.09 0.93 0.15 54.38 0.87 0.46
Hex DA C7 F 0 9 5D F 36 57 2E
Octal 332 307 17 0 11 135 17 66 127 56
Binary 11011010 11000111 1111 0 1001 1011101 1111 110110 1010111 101110

Color Harmonies of #DAC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC70F

Black with #DAC70F

Text Example


Text Example

White with #DAC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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