Html Css Color HEX #DAC21F Sunflower

📋 copy color: '#DAC21F'

red 218 ◦ green 194 ◦ blue 31

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

Shades of Sunflower #DAC21F

Tints of Sunflower #DAC21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

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

R = 49.21%
G = 43.79%
B = 7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAC21F (or 0xDAC21F) is known color: Sunflower. HEX triplet: DA, C2 and 1F. RGB value is (218,194,31). Sum of RGB (Red+Green+Blue) = 218+194+31=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC21F is #253DE0. Grayscale: #B7B7B7. Windows color (decimal): -2440673 or 2081498. OLE color: 2081498.

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

Color convert

RGB 218 194 31 -
CMYK 0 0.11 0.86 0.15
HSL 52.3º 0.75% 0.49% -
HSV(B) 52.3º 0.86% 0.85% -
XYZ 48.45 53.59 9.09 -
YUV 182.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 218 194 31 0 0.11 0.86 0.15 52.3 0.75 0.49
Hex DA C2 1F 0 B 56 F 34 4B 31
Octal 332 302 37 0 13 126 17 64 113 61
Binary 11011010 11000010 11111 0 1011 1010110 1111 110100 1001011 110001

Color Harmonies of #DAC21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC21F

Black with #DAC21F

Text Example


Text Example

White with #DAC21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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