Html Css Color HEX #DABA01 Sunflower

📋 copy color: '#DABA01'

red 218 ◦ green 186 ◦ blue 1

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

Shades of Sunflower #DABA01

Tints of Sunflower #DABA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 53.83%
G = 45.93%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DABA01 (or 0xDABA01) is known color: Sunflower. HEX triplet: DA, BA and 01. RGB value is (218,186,1). Sum of RGB (Red+Green+Blue) = 218+186+1=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA01 is #2545FE. Grayscale: #AFAFAF. Windows color (decimal): -2442751 or 113370. OLE color: 113370.

HSL color Cylindrical-coordinate representation of color #DABA01: hue angle of 51.15º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DABA01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 1 -
CMYK 0 0.15 1.00 0.15
HSL 51.15º 0.99% 0.43% -
HSV(B) 51.15º 1% 0.85% -
XYZ 46.48 50.03 7.23 -
YUV 174.48 30.1 159.04 -
System Red Green Blue C M Y K H S L
Decimal 218 186 1 0 0.15 1.00 0.15 51.15 0.99 0.43
Hex DA BA 1 0 F 64 F 33 63 2B
Octal 332 272 1 0 17 144 17 63 143 53
Binary 11011010 10111010 1 0 1111 1100100 1111 110011 1100011 101011

Color Harmonies of #DABA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA01

Black with #DABA01

Text Example


Text Example

White with #DABA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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