Html Css Color HEX #DAC314 Sunflower

📋 copy color: '#DAC314'

red 218 ◦ green 195 ◦ blue 20

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

Shades of Sunflower #DAC314

Tints of Sunflower #DAC314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 50.35%
G = 45.03%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAC314 (or 0xDAC314) is known color: Sunflower. HEX triplet: DA, C3 and 14. RGB value is (218,195,20). Sum of RGB (Red+Green+Blue) = 218+195+20=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC314 is #253CEB. Grayscale: #B6B6B6. Windows color (decimal): -2440428 or 1360858. OLE color: 1360858.

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

Color convert

RGB 218 195 20 -
CMYK 0 0.11 0.91 0.15
HSL 53.03º 0.83% 0.47% -
HSV(B) 53.03º 0.91% 0.85% -
XYZ 48.55 53.99 8.52 -
YUV 181.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 218 195 20 0 0.11 0.91 0.15 53.03 0.83 0.47
Hex DA C3 14 0 B 5B F 35 53 2F
Octal 332 303 24 0 13 133 17 65 123 57
Binary 11011010 11000011 10100 0 1011 1011011 1111 110101 1010011 101111

Color Harmonies of #DAC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC314

Black with #DAC314

Text Example


Text Example

White with #DAC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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