Html Css Color HEX #DAB401 Sunflower

📋 copy color: '#DAB401'

red 218 ◦ green 180 ◦ blue 1

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

Shades of Sunflower #DAB401

Tints of Sunflower #DAB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

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

R = 54.64%
G = 45.11%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAB401 (or 0xDAB401) is known color: Sunflower. HEX triplet: DA, B4 and 01. RGB value is (218,180,1). Sum of RGB (Red+Green+Blue) = 218+180+1=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB401 is #254BFE. Grayscale: #ABABAB. Windows color (decimal): -2444287 or 111834. OLE color: 111834.

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

Color convert

RGB 218 180 1 -
CMYK 0 0.17 1.00 0.15
HSL 49.49º 0.99% 0.43% -
HSV(B) 49.49º 1% 0.85% -
XYZ 45.24 47.55 6.82 -
YUV 170.96 32.09 161.55 -
System Red Green Blue C M Y K H S L
Decimal 218 180 1 0 0.17 1.00 0.15 49.49 0.99 0.43
Hex DA B4 1 0 11 64 F 31 63 2B
Octal 332 264 1 0 21 144 17 61 143 53
Binary 11011010 10110100 1 0 10001 1100100 1111 110001 1100011 101011

Color Harmonies of #DAB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB401

Black with #DAB401

Text Example


Text Example

White with #DAB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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