Html Css Color HEX #DDB911 Sunflower

📋 copy color: '#DDB911'

red 221 ◦ green 185 ◦ blue 17

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

Shades of Sunflower #DDB911

Tints of Sunflower #DDB911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 52.25%
G = 43.74%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB911 (or 0xDDB911) is known color: Sunflower. HEX triplet: DD, B9 and 11. RGB value is (221,185,17). Sum of RGB (Red+Green+Blue) = 221+185+17=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB911 is #2246EE. Grayscale: #B1B1B1. Windows color (decimal): -2246383 or 1161693. OLE color: 1161693.

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

Color convert

RGB 221 185 17 -
CMYK 0 0.16 0.92 0.13
HSL 49.41º 0.86% 0.47% -
HSV(B) 49.41º 0.92% 0.87% -
XYZ 47.27 50.11 7.71 -
YUV 176.61 37.93 159.66 -
System Red Green Blue C M Y K H S L
Decimal 221 185 17 0 0.16 0.92 0.13 49.41 0.86 0.47
Hex DD B9 11 0 10 5C D 31 56 2F
Octal 335 271 21 0 20 134 15 61 126 57
Binary 11011101 10111001 10001 0 10000 1011100 1101 110001 1010110 101111

Color Harmonies of #DDB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB911

Black with #DDB911

Text Example


Text Example

White with #DDB911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB911; }

 p { color: rgb(221,185,17); }

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

background-color css

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

 a { background-color: rgb(221,185,17); }

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

border-color css

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

 span { border-color: rgb(221,185,17); }

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