Html Css Color HEX #DDBA09 Sunflower

📋 copy color: '#DDBA09'

red 221 ◦ green 186 ◦ blue 9

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

Shades of Sunflower #DDBA09

Tints of Sunflower #DDBA09

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

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

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

R = 53.13%
G = 44.71%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDBA09 (or 0xDDBA09) is known color: Sunflower. HEX triplet: DD, BA and 09. RGB value is (221,186,9). Sum of RGB (Red+Green+Blue) = 221+186+9=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA09 is #2245F6. Grayscale: #B1B1B1. Windows color (decimal): -2246135 or 637661. OLE color: 637661.

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

Color convert

RGB 221 186 9 -
CMYK 0 0.16 0.96 0.13
HSL 50.09º 0.92% 0.45% -
HSV(B) 50.09º 0.96% 0.87% -
XYZ 47.43 50.51 7.51 -
YUV 176.29 33.6 159.89 -
System Red Green Blue C M Y K H S L
Decimal 221 186 9 0 0.16 0.96 0.13 50.09 0.92 0.45
Hex DD BA 9 0 10 60 D 32 5C 2D
Octal 335 272 11 0 20 140 15 62 134 55
Binary 11011101 10111010 1001 0 10000 1100000 1101 110010 1011100 101101

Color Harmonies of #DDBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA09

Black with #DDBA09

Text Example


Text Example

White with #DDBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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