Html Css Color HEX #DAB101 Sunflower

📋 copy color: '#DAB101'

red 218 ◦ green 177 ◦ blue 1

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

Shades of Sunflower #DAB101

Tints of Sunflower #DAB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.7%

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

R = 55.05%
G = 44.7%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAB101 (or 0xDAB101) is known color: Sunflower. HEX triplet: DA, B1 and 01. RGB value is (218,177,1). Sum of RGB (Red+Green+Blue) = 218+177+1=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB101 is #254EFE. Grayscale: #A9A9A9. Windows color (decimal): -2445055 or 111066. OLE color: 111066.

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

Color convert

RGB 218 177 1 -
CMYK 0 0.19 1.00 0.15
HSL 48.66º 0.99% 0.43% -
HSV(B) 48.66º 1% 0.85% -
XYZ 44.64 46.35 6.62 -
YUV 169.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 218 177 1 0 0.19 1.00 0.15 48.66 0.99 0.43
Hex DA B1 1 0 13 64 F 31 63 2B
Octal 332 261 1 0 23 144 17 61 143 53
Binary 11011010 10110001 1 0 10011 1100100 1111 110001 1100011 101011

Color Harmonies of #DAB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB101

Black with #DAB101

Text Example


Text Example

White with #DAB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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