Html Css Color HEX #DAC312 Sunflower

📋 copy color: '#DAC312'

red 218 ◦ green 195 ◦ blue 18

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

Shades of Sunflower #DAC312

Tints of Sunflower #DAC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.24%

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

R = 50.58%
G = 45.24%
B = 4.18%

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

#DAC312 (or 0xDAC312) is known color: Sunflower. HEX triplet: DA, C3 and 12. RGB value is (218,195,18). Sum of RGB (Red+Green+Blue) = 218+195+18=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC312 is #253CED. Grayscale: #B6B6B6. Windows color (decimal): -2440430 or 1229786. OLE color: 1229786.

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

Color convert

RGB 218 195 18 -
CMYK 0 0.11 0.92 0.15
HSL 53.1º 0.85% 0.46% -
HSV(B) 53.1º 0.92% 0.85% -
XYZ 48.54 53.98 8.43 -
YUV 181.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 218 195 18 0 0.11 0.92 0.15 53.1 0.85 0.46
Hex DA C3 12 0 B 5C F 35 55 2E
Octal 332 303 22 0 13 134 17 65 125 56
Binary 11011010 11000011 10010 0 1011 1011100 1111 110101 1010101 101110

Color Harmonies of #DAC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC312

Black with #DAC312

Text Example


Text Example

White with #DAC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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