Html Css Color HEX #DABB09 Sunflower

📋 copy color: '#DABB09'

red 218 ◦ green 187 ◦ blue 9

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

Shades of Sunflower #DABB09

Tints of Sunflower #DABB09

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

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

R = 52.66%
G = 45.17%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DABB09 (or 0xDABB09) is known color: Sunflower. HEX triplet: DA, BB and 09. RGB value is (218,187,9). Sum of RGB (Red+Green+Blue) = 218+187+9=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB09 is #2544F6. Grayscale: #B0B0B0. Windows color (decimal): -2442487 or 637914. OLE color: 637914.

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

Color convert

RGB 218 187 9 -
CMYK 0 0.14 0.96 0.15
HSL 51.1º 0.92% 0.45% -
HSV(B) 51.1º 0.96% 0.85% -
XYZ 46.73 50.47 7.54 -
YUV 175.98 33.77 157.97 -
System Red Green Blue C M Y K H S L
Decimal 218 187 9 0 0.14 0.96 0.15 51.1 0.92 0.45
Hex DA BB 9 0 E 60 F 33 5C 2D
Octal 332 273 11 0 16 140 17 63 134 55
Binary 11011010 10111011 1001 0 1110 1100000 1111 110011 1011100 101101

Color Harmonies of #DABB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB09

Black with #DABB09

Text Example


Text Example

White with #DABB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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