Html Css Color HEX #DAB901 Sunflower

📋 copy color: '#DAB901'

red 218 ◦ green 185 ◦ blue 1

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

Shades of Sunflower #DAB901

Tints of Sunflower #DAB901

RGB

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

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

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

R = 53.96%
G = 45.79%
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

#DAB901 (or 0xDAB901) is known color: Sunflower. HEX triplet: DA, B9 and 01. RGB value is (218,185,1). Sum of RGB (Red+Green+Blue) = 218+185+1=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB901 is #2546FE. Grayscale: #AEAEAE. Windows color (decimal): -2443007 or 113114. OLE color: 113114.

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

Color convert

RGB 218 185 1 -
CMYK 0 0.15 1.00 0.15
HSL 50.88º 0.99% 0.43% -
HSV(B) 50.88º 1% 0.85% -
XYZ 46.27 49.61 7.16 -
YUV 173.89 30.43 159.46 -
System Red Green Blue C M Y K H S L
Decimal 218 185 1 0 0.15 1.00 0.15 50.88 0.99 0.43
Hex DA B9 1 0 F 64 F 33 63 2B
Octal 332 271 1 0 17 144 17 63 143 53
Binary 11011010 10111001 1 0 1111 1100100 1111 110011 1100011 101011

Color Harmonies of #DAB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB901

Black with #DAB901

Text Example


Text Example

White with #DAB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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