Html Css Color HEX #DAC40F Sunflower

📋 copy color: '#DAC40F'

red 218 ◦ green 196 ◦ blue 15

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

Shades of Sunflower #DAC40F

Tints of Sunflower #DAC40F

RGB

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

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

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

R = 50.82%
G = 45.69%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC40F (or 0xDAC40F) is known color: Sunflower. HEX triplet: DA, C4 and 0F. RGB value is (218,196,15). Sum of RGB (Red+Green+Blue) = 218+196+15=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC40F is #253BF0. Grayscale: #B6B6B6. Windows color (decimal): -2440177 or 1033434. OLE color: 1033434.

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

Color convert

RGB 218 196 15 -
CMYK 0 0.10 0.93 0.15
HSL 53.5º 0.87% 0.46% -
HSV(B) 53.5º 0.93% 0.85% -
XYZ 48.74 54.42 8.39 -
YUV 181.94 33.79 153.72 -
System Red Green Blue C M Y K H S L
Decimal 218 196 15 0 0.10 0.93 0.15 53.5 0.87 0.46
Hex DA C4 F 0 A 5D F 35 57 2E
Octal 332 304 17 0 12 135 17 65 127 56
Binary 11011010 11000100 1111 0 1010 1011101 1111 110101 1010111 101110

Color Harmonies of #DAC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC40F

Black with #DAC40F

Text Example


Text Example

White with #DAC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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