Html Css Color HEX #DAB900 Sunflower

📋 copy color: '#DAB900'

red 218 ◦ green 185 ◦ blue 0

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

Shades of Sunflower #DAB900

Tints of Sunflower #DAB900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.09%
G = 45.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAB900 (or 0xDAB900) is known color: Sunflower. HEX triplet: DA, B9 and 00. RGB value is (218,185,0). Sum of RGB (Red+Green+Blue) = 218+185+0=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB900 is #2546FF. Grayscale: #AEAEAE. Windows color (decimal): -2443008 or 47578. OLE color: 47578.

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

Color convert

RGB 218 185 0 -
CMYK 0 0.15 1 0.15
HSL 50.92º 1% 0.43% -
HSV(B) 50.92º 1% 0.85% -
XYZ 46.26 49.6 7.14 -
YUV 173.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 218 185 0 0 0.15 1 0.15 50.92 1 0.43
Hex DA B9 0 0 F 64 F 33 64 2B
Octal 332 271 0 0 17 144 17 63 144 53
Binary 11011010 10111001 0 0 1111 1100100 1111 110011 1100100 101011

Color Harmonies of #DAB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB900

Black with #DAB900

Text Example


Text Example

White with #DAB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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