Html Css Color HEX #DAC00F Sunflower

📋 copy color: '#DAC00F'

red 218 ◦ green 192 ◦ blue 15

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

Shades of Sunflower #DAC00F

Tints of Sunflower #DAC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

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

R = 51.29%
G = 45.18%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC00F (or 0xDAC00F) is known color: Sunflower. HEX triplet: DA, C0 and 0F. RGB value is (218,192,15). Sum of RGB (Red+Green+Blue) = 218+192+15=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC00F is #253FF0. Grayscale: #B4B4B4. Windows color (decimal): -2441201 or 1032410. OLE color: 1032410.

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

Color convert

RGB 218 192 15 -
CMYK 0 0.12 0.93 0.15
HSL 52.32º 0.87% 0.46% -
HSV(B) 52.32º 0.93% 0.85% -
XYZ 47.85 52.64 8.09 -
YUV 179.6 35.11 155.39 -
System Red Green Blue C M Y K H S L
Decimal 218 192 15 0 0.12 0.93 0.15 52.32 0.87 0.46
Hex DA C0 F 0 C 5D F 34 57 2E
Octal 332 300 17 0 14 135 17 64 127 56
Binary 11011010 11000000 1111 0 1100 1011101 1111 110100 1010111 101110

Color Harmonies of #DAC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC00F

Black with #DAC00F

Text Example


Text Example

White with #DAC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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