Html Css Color HEX #DDB311 Sunflower

📋 copy color: '#DDB311'

red 221 ◦ green 179 ◦ blue 17

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

Shades of Sunflower #DDB311

Tints of Sunflower #DDB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

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

R = 53%
G = 42.93%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDB311 (or 0xDDB311) is known color: Sunflower. HEX triplet: DD, B3 and 11. RGB value is (221,179,17). Sum of RGB (Red+Green+Blue) = 221+179+17=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB311 is #224CEE. Grayscale: #ADADAD. Windows color (decimal): -2247919 or 1160157. OLE color: 1160157.

HSL color Cylindrical-coordinate representation of color #DDB311: hue angle of 47.65º 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 #DDB311 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 17 -
CMYK 0 0.19 0.92 0.13
HSL 47.65º 0.86% 0.47% -
HSV(B) 47.65º 0.92% 0.87% -
XYZ 46.04 47.65 7.3 -
YUV 173.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 221 179 17 0 0.19 0.92 0.13 47.65 0.86 0.47
Hex DD B3 11 0 13 5C D 30 56 2F
Octal 335 263 21 0 23 134 15 60 126 57
Binary 11011101 10110011 10001 0 10011 1011100 1101 110000 1010110 101111

Color Harmonies of #DDB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB311

Black with #DDB311

Text Example


Text Example

White with #DDB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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