Html Css Color HEX #DAB309 Sunflower

📋 copy color: '#DAB309'

red 218 ◦ green 179 ◦ blue 9

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

Shades of Sunflower #DAB309

Tints of Sunflower #DAB309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

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

R = 53.69%
G = 44.09%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB309 (or 0xDAB309) is known color: Sunflower. HEX triplet: DA, B3 and 09. RGB value is (218,179,9). Sum of RGB (Red+Green+Blue) = 218+179+9=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB309 is #254CF6. Grayscale: #ACACAC. Windows color (decimal): -2444535 or 635866. OLE color: 635866.

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

Color convert

RGB 218 179 9 -
CMYK 0 0.18 0.96 0.15
HSL 48.8º 0.92% 0.45% -
HSV(B) 48.8º 0.96% 0.85% -
XYZ 45.08 47.17 6.99 -
YUV 171.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 218 179 9 0 0.18 0.96 0.15 48.8 0.92 0.45
Hex DA B3 9 0 12 60 F 31 5C 2D
Octal 332 263 11 0 22 140 17 61 134 55
Binary 11011010 10110011 1001 0 10010 1100000 1111 110001 1011100 101101

Color Harmonies of #DAB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB309

Black with #DAB309

Text Example


Text Example

White with #DAB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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