Html Css Color HEX #DAB801 Sunflower

📋 copy color: '#DAB801'

red 218 ◦ green 184 ◦ blue 1

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

Shades of Sunflower #DAB801

Tints of Sunflower #DAB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

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

R = 54.09%
G = 45.66%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAB801 (or 0xDAB801) is known color: Sunflower. HEX triplet: DA, B8 and 01. RGB value is (218,184,1). Sum of RGB (Red+Green+Blue) = 218+184+1=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB801 is #2547FE. Grayscale: #AEAEAE. Windows color (decimal): -2443263 or 112858. OLE color: 112858.

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

Color convert

RGB 218 184 1 -
CMYK 0 0.16 1.00 0.15
HSL 50.6º 0.99% 0.43% -
HSV(B) 50.6º 1% 0.85% -
XYZ 46.06 49.19 7.1 -
YUV 173.3 30.76 159.88 -
System Red Green Blue C M Y K H S L
Decimal 218 184 1 0 0.16 1.00 0.15 50.6 0.99 0.43
Hex DA B8 1 0 10 64 F 33 63 2B
Octal 332 270 1 0 20 144 17 63 143 53
Binary 11011010 10111000 1 0 10000 1100100 1111 110011 1100011 101011

Color Harmonies of #DAB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB801

Black with #DAB801

Text Example


Text Example

White with #DAB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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