Html Css Color HEX #DABA1F Sunflower

📋 copy color: '#DABA1F'

red 218 ◦ green 186 ◦ blue 31

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

Shades of Sunflower #DABA1F

Tints of Sunflower #DABA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

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

R = 50.11%
G = 42.76%
B = 7.13%

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

#DABA1F (or 0xDABA1F) is known color: Sunflower. HEX triplet: DA, BA and 1F. RGB value is (218,186,31). Sum of RGB (Red+Green+Blue) = 218+186+31=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA1F is #2545E0. Grayscale: #B2B2B2. Windows color (decimal): -2442721 or 2079450. OLE color: 2079450.

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

Color convert

RGB 218 186 31 -
CMYK 0 0.15 0.86 0.15
HSL 49.73º 0.75% 0.49% -
HSV(B) 49.73º 0.86% 0.85% -
XYZ 46.72 50.12 8.51 -
YUV 177.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 218 186 31 0 0.15 0.86 0.15 49.73 0.75 0.49
Hex DA BA 1F 0 F 56 F 32 4B 31
Octal 332 272 37 0 17 126 17 62 113 61
Binary 11011010 10111010 11111 0 1111 1010110 1111 110010 1001011 110001

Color Harmonies of #DABA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA1F

Black with #DABA1F

Text Example


Text Example

White with #DABA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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