Html Css Color HEX #DAC316 Sunflower

📋 copy color: '#DAC316'

red 218 ◦ green 195 ◦ blue 22

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

Shades of Sunflower #DAC316

Tints of Sunflower #DAC316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.06%

R = 50.11%
G = 44.83%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC316 (or 0xDAC316) is known color: Sunflower. HEX triplet: DA, C3 and 16. RGB value is (218,195,22). Sum of RGB (Red+Green+Blue) = 218+195+22=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC316 is #253CE9. Grayscale: #B6B6B6. Windows color (decimal): -2440426 or 1491930. OLE color: 1491930.

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

Color convert

RGB 218 195 22 -
CMYK 0 0.11 0.90 0.15
HSL 52.96º 0.82% 0.47% -
HSV(B) 52.96º 0.9% 0.85% -
XYZ 48.57 53.99 8.62 -
YUV 182.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 218 195 22 0 0.11 0.90 0.15 52.96 0.82 0.47
Hex DA C3 16 0 B 5A F 35 52 2F
Octal 332 303 26 0 13 132 17 65 122 57
Binary 11011010 11000011 10110 0 1011 1011010 1111 110101 1010010 101111

Color Harmonies of #DAC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC316

Black with #DAC316

Text Example


Text Example

White with #DAC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC316; }

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

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

background-color css

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

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

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

border-color css

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

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

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