Html Css Color HEX #DAC112 Sunflower

📋 copy color: '#DAC112'

red 218 ◦ green 193 ◦ blue 18

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

Shades of Sunflower #DAC112

Tints of Sunflower #DAC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 50.82%
G = 44.99%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAC112 (or 0xDAC112) is known color: Sunflower. HEX triplet: DA, C1 and 12. RGB value is (218,193,18). Sum of RGB (Red+Green+Blue) = 218+193+18=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC112 is #253EED. Grayscale: #B5B5B5. Windows color (decimal): -2440942 or 1229274. OLE color: 1229274.

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

Color convert

RGB 218 193 18 -
CMYK 0 0.11 0.92 0.15
HSL 52.5º 0.85% 0.46% -
HSV(B) 52.5º 0.92% 0.85% -
XYZ 48.09 53.09 8.28 -
YUV 180.53 36.28 154.73 -
System Red Green Blue C M Y K H S L
Decimal 218 193 18 0 0.11 0.92 0.15 52.5 0.85 0.46
Hex DA C1 12 0 B 5C F 34 55 2E
Octal 332 301 22 0 13 134 17 64 125 56
Binary 11011010 11000001 10010 0 1011 1011100 1111 110100 1010101 101110

Color Harmonies of #DAC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC112

Black with #DAC112

Text Example


Text Example

White with #DAC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC112; }

 p { color: rgb(218,193,18); }

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

background-color css

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

 a { background-color: rgb(218,193,18); }

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

border-color css

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

 span { border-color: rgb(218,193,18); }

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