Html Css Color HEX #DDB516 Sunflower

📋 copy color: '#DDB516'

red 221 ◦ green 181 ◦ blue 22

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

Shades of Sunflower #DDB516

Tints of Sunflower #DDB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

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

R = 52.12%
G = 42.69%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB516 (or 0xDDB516) is known color: Sunflower. HEX triplet: DD, B5 and 16. RGB value is (221,181,22). Sum of RGB (Red+Green+Blue) = 221+181+22=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB516 is #224AE9. Grayscale: #AFAFAF. Windows color (decimal): -2247402 or 1488349. OLE color: 1488349.

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

Color convert

RGB 221 181 22 -
CMYK 0 0.18 0.90 0.13
HSL 47.94º 0.82% 0.48% -
HSV(B) 47.94º 0.9% 0.87% -
XYZ 46.49 48.48 7.67 -
YUV 174.83 41.75 160.93 -
System Red Green Blue C M Y K H S L
Decimal 221 181 22 0 0.18 0.90 0.13 47.94 0.82 0.48
Hex DD B5 16 0 12 5A D 30 52 30
Octal 335 265 26 0 22 132 15 60 122 60
Binary 11011101 10110101 10110 0 10010 1011010 1101 110000 1010010 110000

Color Harmonies of #DDB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB516

Black with #DDB516

Text Example


Text Example

White with #DDB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB516; }

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

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

background-color css

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

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

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

border-color css

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

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

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