Html Css Color HEX #DABA09 Sunflower

📋 copy color: '#DABA09'

red 218 ◦ green 186 ◦ blue 9

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

Shades of Sunflower #DABA09

Tints of Sunflower #DABA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

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

R = 52.78%
G = 45.04%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DABA09 (or 0xDABA09) is known color: Sunflower. HEX triplet: DA, BA and 09. RGB value is (218,186,9). Sum of RGB (Red+Green+Blue) = 218+186+9=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA09 is #2545F6. Grayscale: #B0B0B0. Windows color (decimal): -2442743 or 637658. OLE color: 637658.

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

Color convert

RGB 218 186 9 -
CMYK 0 0.15 0.96 0.15
HSL 50.81º 0.92% 0.45% -
HSV(B) 50.81º 0.96% 0.85% -
XYZ 46.52 50.04 7.47 -
YUV 175.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 218 186 9 0 0.15 0.96 0.15 50.81 0.92 0.45
Hex DA BA 9 0 F 60 F 33 5C 2D
Octal 332 272 11 0 17 140 17 63 134 55
Binary 11011010 10111010 1001 0 1111 1100000 1111 110011 1011100 101101

Color Harmonies of #DABA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA09

Black with #DABA09

Text Example


Text Example

White with #DABA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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