Html Css Color HEX #DDBA0B Sunflower

📋 copy color: '#DDBA0B'

red 221 ◦ green 186 ◦ blue 11

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

Shades of Sunflower #DDBA0B

Tints of Sunflower #DDBA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 52.87%
G = 44.5%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDBA0B (or 0xDDBA0B) is known color: Sunflower. HEX triplet: DD, BA and 0B. RGB value is (221,186,11). Sum of RGB (Red+Green+Blue) = 221+186+11=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA0B is #2245F4. Grayscale: #B1B1B1. Windows color (decimal): -2246133 or 768733. OLE color: 768733.

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

Color convert

RGB 221 186 11 -
CMYK 0 0.16 0.95 0.13
HSL 50º 0.91% 0.45% -
HSV(B) 50º 0.95% 0.87% -
XYZ 47.44 50.51 7.57 -
YUV 176.52 34.6 159.73 -
System Red Green Blue C M Y K H S L
Decimal 221 186 11 0 0.16 0.95 0.13 50 0.91 0.45
Hex DD BA B 0 10 5F D 32 5B 2D
Octal 335 272 13 0 20 137 15 62 133 55
Binary 11011101 10111010 1011 0 10000 1011111 1101 110010 1011011 101101

Color Harmonies of #DDBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA0B

Black with #DDBA0B

Text Example


Text Example

White with #DDBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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