Html Css Color HEX #DAC311 Sunflower

📋 copy color: '#DAC311'

red 218 ◦ green 195 ◦ blue 17

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

Shades of Sunflower #DAC311

Tints of Sunflower #DAC311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 50.7%
G = 45.35%
B = 3.95%

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

#DAC311 (or 0xDAC311) is known color: Sunflower. HEX triplet: DA, C3 and 11. RGB value is (218,195,17). Sum of RGB (Red+Green+Blue) = 218+195+17=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC311 is #253CEE. Grayscale: #B6B6B6. Windows color (decimal): -2440431 or 1164250. OLE color: 1164250.

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

Color convert

RGB 218 195 17 -
CMYK 0 0.11 0.92 0.15
HSL 53.13º 0.86% 0.46% -
HSV(B) 53.13º 0.92% 0.85% -
XYZ 48.53 53.98 8.39 -
YUV 181.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 218 195 17 0 0.11 0.92 0.15 53.13 0.86 0.46
Hex DA C3 11 0 B 5C F 35 56 2E
Octal 332 303 21 0 13 134 17 65 126 56
Binary 11011010 11000011 10001 0 1011 1011100 1111 110101 1010110 101110

Color Harmonies of #DAC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC311

Black with #DAC311

Text Example


Text Example

White with #DAC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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