Html Css Color HEX #DAC51F Sunflower

📋 copy color: '#DAC51F'

red 218 ◦ green 197 ◦ blue 31

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

Shades of Sunflower #DAC51F

Tints of Sunflower #DAC51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.95%

R = 48.88%
G = 44.17%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAC51F (or 0xDAC51F) is known color: Sunflower. HEX triplet: DA, C5 and 1F. RGB value is (218,197,31). Sum of RGB (Red+Green+Blue) = 218+197+31=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC51F is #253AE0. Grayscale: #B9B9B9. Windows color (decimal): -2439905 or 2082266. OLE color: 2082266.

HSL color Cylindrical-coordinate representation of color #DAC51F: hue angle of 53.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAC51F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 31 -
CMYK 0 0.10 0.86 0.15
HSL 53.26º 0.75% 0.49% -
HSV(B) 53.26º 0.86% 0.85% -
XYZ 49.13 54.94 9.31 -
YUV 184.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 218 197 31 0 0.10 0.86 0.15 53.26 0.75 0.49
Hex DA C5 1F 0 A 56 F 35 4B 31
Octal 332 305 37 0 12 126 17 65 113 61
Binary 11011010 11000101 11111 0 1010 1010110 1111 110101 1001011 110001

Color Harmonies of #DAC51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC51F

Black with #DAC51F

Text Example


Text Example

White with #DAC51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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