Html Css Color HEX #DAB409 Sunflower

📋 copy color: '#DAB409'

red 218 ◦ green 180 ◦ blue 9

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

Shades of Sunflower #DAB409

Tints of Sunflower #DAB409

RGB

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

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

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

R = 53.56%
G = 44.23%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB409 (or 0xDAB409) is known color: Sunflower. HEX triplet: DA, B4 and 09. RGB value is (218,180,9). Sum of RGB (Red+Green+Blue) = 218+180+9=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB409 is #254BF6. Grayscale: #ACACAC. Windows color (decimal): -2444279 or 636122. OLE color: 636122.

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

Color convert

RGB 218 180 9 -
CMYK 0 0.17 0.96 0.15
HSL 49.09º 0.92% 0.45% -
HSV(B) 49.09º 0.96% 0.85% -
XYZ 45.28 47.57 7.05 -
YUV 171.87 36.09 160.9 -
System Red Green Blue C M Y K H S L
Decimal 218 180 9 0 0.17 0.96 0.15 49.09 0.92 0.45
Hex DA B4 9 0 11 60 F 31 5C 2D
Octal 332 264 11 0 21 140 17 61 134 55
Binary 11011010 10110100 1001 0 10001 1100000 1111 110001 1011100 101101

Color Harmonies of #DAB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB409

Black with #DAB409

Text Example


Text Example

White with #DAB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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