Html Css Color HEX #DAC60F Sunflower

📋 copy color: '#DAC60F'

red 218 ◦ green 198 ◦ blue 15

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

Shades of Sunflower #DAC60F

Tints of Sunflower #DAC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.94%

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

R = 50.58%
G = 45.94%
B = 3.48%

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

#DAC60F (or 0xDAC60F) is known color: Sunflower. HEX triplet: DA, C6 and 0F. RGB value is (218,198,15). Sum of RGB (Red+Green+Blue) = 218+198+15=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC60F is #2539F0. Grayscale: #B7B7B7. Windows color (decimal): -2439665 or 1033946. OLE color: 1033946.

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

Color convert

RGB 218 198 15 -
CMYK 0 0.09 0.93 0.15
HSL 54.09º 0.87% 0.46% -
HSV(B) 54.09º 0.93% 0.85% -
XYZ 49.19 55.33 8.54 -
YUV 183.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 218 198 15 0 0.09 0.93 0.15 54.09 0.87 0.46
Hex DA C6 F 0 9 5D F 36 57 2E
Octal 332 306 17 0 11 135 17 66 127 56
Binary 11011010 11000110 1111 0 1001 1011101 1111 110110 1010111 101110

Color Harmonies of #DAC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC60F

Black with #DAC60F

Text Example


Text Example

White with #DAC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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