Html Css Color HEX #DAB91F Sunflower

📋 copy color: '#DAB91F'

red 218 ◦ green 185 ◦ blue 31

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

Shades of Sunflower #DAB91F

Tints of Sunflower #DAB91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

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

R = 50.23%
G = 42.63%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB91F (or 0xDAB91F) is known color: Sunflower. HEX triplet: DA, B9 and 1F. RGB value is (218,185,31). Sum of RGB (Red+Green+Blue) = 218+185+31=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB91F is #2546E0. Grayscale: #B1B1B1. Windows color (decimal): -2442977 or 2079194. OLE color: 2079194.

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

Color convert

RGB 218 185 31 -
CMYK 0 0.15 0.86 0.15
HSL 49.41º 0.75% 0.49% -
HSV(B) 49.41º 0.86% 0.85% -
XYZ 46.51 49.7 8.44 -
YUV 177.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 218 185 31 0 0.15 0.86 0.15 49.41 0.75 0.49
Hex DA B9 1F 0 F 56 F 31 4B 31
Octal 332 271 37 0 17 126 17 61 113 61
Binary 11011010 10111001 11111 0 1111 1010110 1111 110001 1001011 110001

Color Harmonies of #DAB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB91F

Black with #DAB91F

Text Example


Text Example

White with #DAB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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