Html Css Color HEX #DAC012 Sunflower

📋 copy color: '#DAC012'

red 218 ◦ green 192 ◦ blue 18

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

Shades of Sunflower #DAC012

Tints of Sunflower #DAC012

RGB

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

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

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

R = 50.93%
G = 44.86%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAC012 (or 0xDAC012) is known color: Sunflower. HEX triplet: DA, C0 and 12. RGB value is (218,192,18). Sum of RGB (Red+Green+Blue) = 218+192+18=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC012 is #253FED. Grayscale: #B4B4B4. Windows color (decimal): -2441198 or 1229018. OLE color: 1229018.

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

Color convert

RGB 218 192 18 -
CMYK 0 0.12 0.92 0.15
HSL 52.2º 0.85% 0.46% -
HSV(B) 52.2º 0.92% 0.85% -
XYZ 47.87 52.65 8.21 -
YUV 179.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 218 192 18 0 0.12 0.92 0.15 52.2 0.85 0.46
Hex DA C0 12 0 C 5C F 34 55 2E
Octal 332 300 22 0 14 134 17 64 125 56
Binary 11011010 11000000 10010 0 1100 1011100 1111 110100 1010101 101110

Color Harmonies of #DAC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC012

Black with #DAC012

Text Example


Text Example

White with #DAC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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