Html Css Color HEX #DDBA20 Sunflower

📋 copy color: '#DDBA20'

red 221 ◦ green 186 ◦ blue 32

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

Shades of Sunflower #DDBA20

Tints of Sunflower #DDBA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.29%

R = 50.34%
G = 42.37%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDBA20 (or 0xDDBA20) is known color: Sunflower. HEX triplet: DD, BA and 20. RGB value is (221,186,32). Sum of RGB (Red+Green+Blue) = 221+186+32=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA20 is #2245DF. Grayscale: #B3B3B3. Windows color (decimal): -2246112 or 2144989. OLE color: 2144989.

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

Color convert

RGB 221 186 32 -
CMYK 0 0.16 0.86 0.13
HSL 48.89º 0.75% 0.5% -
HSV(B) 48.89º 0.86% 0.87% -
XYZ 47.64 50.59 8.62 -
YUV 178.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 221 186 32 0 0.16 0.86 0.13 48.89 0.75 0.5
Hex DD BA 20 0 10 56 D 31 4B 32
Octal 335 272 40 0 20 126 15 61 113 62
Binary 11011101 10111010 100000 0 10000 1010110 1101 110001 1001011 110010

Color Harmonies of #DDBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA20

Black with #DDBA20

Text Example


Text Example

White with #DDBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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