Html Css Color HEX #DAB809 Sunflower

📋 copy color: '#DAB809'

red 218 ◦ green 184 ◦ blue 9

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

Shades of Sunflower #DAB809

Tints of Sunflower #DAB809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.19%

R = 53.04%
G = 44.77%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB809 (or 0xDAB809) is known color: Sunflower. HEX triplet: DA, B8 and 09. RGB value is (218,184,9). Sum of RGB (Red+Green+Blue) = 218+184+9=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB809 is #2547F6. Grayscale: #AEAEAE. Windows color (decimal): -2443255 or 637146. OLE color: 637146.

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

Color convert

RGB 218 184 9 -
CMYK 0 0.16 0.96 0.15
HSL 50.24º 0.92% 0.45% -
HSV(B) 50.24º 0.96% 0.85% -
XYZ 46.1 49.21 7.33 -
YUV 174.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 218 184 9 0 0.16 0.96 0.15 50.24 0.92 0.45
Hex DA B8 9 0 10 60 F 32 5C 2D
Octal 332 270 11 0 20 140 17 62 134 55
Binary 11011010 10111000 1001 0 10000 1100000 1111 110010 1011100 101101

Color Harmonies of #DAB809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB809

Black with #DAB809

Text Example


Text Example

White with #DAB809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB809; }

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

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

background-color css

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

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

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

border-color css

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

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

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