Html Css Color HEX #DABF1F Sunflower

📋 copy color: '#DABF1F'

red 218 ◦ green 191 ◦ blue 31

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

Shades of Sunflower #DABF1F

Tints of Sunflower #DABF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 49.55%
G = 43.41%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DABF1F (or 0xDABF1F) is known color: Sunflower. HEX triplet: DA, BF and 1F. RGB value is (218,191,31). Sum of RGB (Red+Green+Blue) = 218+191+31=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF1F is #2540E0. Grayscale: #B5B5B5. Windows color (decimal): -2441441 or 2080730. OLE color: 2080730.

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

Color convert

RGB 218 191 31 -
CMYK 0 0.12 0.86 0.15
HSL 51.34º 0.75% 0.49% -
HSV(B) 51.34º 0.86% 0.85% -
XYZ 47.79 52.27 8.87 -
YUV 180.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 218 191 31 0 0.12 0.86 0.15 51.34 0.75 0.49
Hex DA BF 1F 0 C 56 F 33 4B 31
Octal 332 277 37 0 14 126 17 63 113 61
Binary 11011010 10111111 11111 0 1100 1010110 1111 110011 1001011 110001

Color Harmonies of #DABF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF1F

Black with #DABF1F

Text Example


Text Example

White with #DABF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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