Html Css Color HEX #DAC514 Sunflower

📋 copy color: '#DAC514'

red 218 ◦ green 197 ◦ blue 20

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

Shades of Sunflower #DAC514

Tints of Sunflower #DAC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.29%

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

R = 50.11%
G = 45.29%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAC514 (or 0xDAC514) is known color: Sunflower. HEX triplet: DA, C5 and 14. RGB value is (218,197,20). Sum of RGB (Red+Green+Blue) = 218+197+20=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC514 is #253AEB. Grayscale: #B7B7B7. Windows color (decimal): -2439916 or 1361370. OLE color: 1361370.

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

Color convert

RGB 218 197 20 -
CMYK 0 0.10 0.91 0.15
HSL 53.64º 0.83% 0.47% -
HSV(B) 53.64º 0.91% 0.85% -
XYZ 49.01 54.89 8.67 -
YUV 183.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 218 197 20 0 0.10 0.91 0.15 53.64 0.83 0.47
Hex DA C5 14 0 A 5B F 36 53 2F
Octal 332 305 24 0 12 133 17 66 123 57
Binary 11011010 11000101 10100 0 1010 1011011 1111 110110 1010011 101111

Color Harmonies of #DAC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC514

Black with #DAC514

Text Example


Text Example

White with #DAC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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