Html Css Color HEX #DAC212 Sunflower

📋 copy color: '#DAC212'

red 218 ◦ green 194 ◦ blue 18

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

Shades of Sunflower #DAC212

Tints of Sunflower #DAC212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 50.7%
G = 45.12%
B = 4.19%

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

#DAC212 (or 0xDAC212) is known color: Sunflower. HEX triplet: DA, C2 and 12. RGB value is (218,194,18). Sum of RGB (Red+Green+Blue) = 218+194+18=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC212 is #253DED. Grayscale: #B5B5B5. Windows color (decimal): -2440686 or 1229530. OLE color: 1229530.

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

Color convert

RGB 218 194 18 -
CMYK 0 0.11 0.92 0.15
HSL 52.8º 0.85% 0.46% -
HSV(B) 52.8º 0.92% 0.85% -
XYZ 48.31 53.53 8.36 -
YUV 181.11 35.95 154.31 -
System Red Green Blue C M Y K H S L
Decimal 218 194 18 0 0.11 0.92 0.15 52.8 0.85 0.46
Hex DA C2 12 0 B 5C F 35 55 2E
Octal 332 302 22 0 13 134 17 65 125 56
Binary 11011010 11000010 10010 0 1011 1011100 1111 110101 1010101 101110

Color Harmonies of #DAC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC212

Black with #DAC212

Text Example


Text Example

White with #DAC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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