Html Css Color HEX #DDB316 Sunflower

📋 copy color: '#DDB316'

red 221 ◦ green 179 ◦ blue 22

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

Shades of Sunflower #DDB316

Tints of Sunflower #DDB316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 52.37%
G = 42.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB316 (or 0xDDB316) is known color: Sunflower. HEX triplet: DD, B3 and 16. RGB value is (221,179,22). Sum of RGB (Red+Green+Blue) = 221+179+22=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB316 is #224CE9. Grayscale: #AEAEAE. Windows color (decimal): -2247914 or 1487837. OLE color: 1487837.

HSL color Cylindrical-coordinate representation of color #DDB316: hue angle of 47.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB316 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 22 -
CMYK 0 0.19 0.90 0.13
HSL 47.34º 0.82% 0.48% -
HSV(B) 47.34º 0.9% 0.87% -
XYZ 46.08 47.67 7.53 -
YUV 173.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 221 179 22 0 0.19 0.90 0.13 47.34 0.82 0.48
Hex DD B3 16 0 13 5A D 2F 52 30
Octal 335 263 26 0 23 132 15 57 122 60
Binary 11011101 10110011 10110 0 10011 1011010 1101 101111 1010010 110000

Color Harmonies of #DDB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB316

Black with #DDB316

Text Example


Text Example

White with #DDB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB316; }

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

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

background-color css

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

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

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

border-color css

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

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

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