Html Css Color HEX #DAB71F Sunflower

📋 copy color: '#DAB71F'

red 218 ◦ green 183 ◦ blue 31

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

Shades of Sunflower #DAB71F

Tints of Sunflower #DAB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.36%

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

R = 50.46%
G = 42.36%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB71F (or 0xDAB71F) is known color: Sunflower. HEX triplet: DA, B7 and 1F. RGB value is (218,183,31). Sum of RGB (Red+Green+Blue) = 218+183+31=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB71F is #2548E0. Grayscale: #B0B0B0. Windows color (decimal): -2443489 or 2078682. OLE color: 2078682.

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

Color convert

RGB 218 183 31 -
CMYK 0 0.16 0.86 0.15
HSL 48.77º 0.75% 0.49% -
HSV(B) 48.77º 0.86% 0.85% -
XYZ 46.09 48.87 8.3 -
YUV 176.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 218 183 31 0 0.16 0.86 0.15 48.77 0.75 0.49
Hex DA B7 1F 0 10 56 F 31 4B 31
Octal 332 267 37 0 20 126 17 61 113 61
Binary 11011010 10110111 11111 0 10000 1010110 1111 110001 1001011 110001

Color Harmonies of #DAB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB71F

Black with #DAB71F

Text Example


Text Example

White with #DAB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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