Html Css Color HEX #DDB916 Sunflower

📋 copy color: '#DDB916'

red 221 ◦ green 185 ◦ blue 22

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

Shades of Sunflower #DDB916

Tints of Sunflower #DDB916

RGB

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

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

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

R = 51.64%
G = 43.22%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDB916 (or 0xDDB916) is known color: Sunflower. HEX triplet: DD, B9 and 16. RGB value is (221,185,22). Sum of RGB (Red+Green+Blue) = 221+185+22=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB916 is #2246E9. Grayscale: #B1B1B1. Windows color (decimal): -2246378 or 1489373. OLE color: 1489373.

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

Color convert

RGB 221 185 22 -
CMYK 0 0.16 0.90 0.13
HSL 49.15º 0.82% 0.48% -
HSV(B) 49.15º 0.9% 0.87% -
XYZ 47.31 50.13 7.94 -
YUV 177.18 40.43 159.25 -
System Red Green Blue C M Y K H S L
Decimal 221 185 22 0 0.16 0.90 0.13 49.15 0.82 0.48
Hex DD B9 16 0 10 5A D 31 52 30
Octal 335 271 26 0 20 132 15 61 122 60
Binary 11011101 10111001 10110 0 10000 1011010 1101 110001 1010010 110000

Color Harmonies of #DDB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB916

Black with #DDB916

Text Example


Text Example

White with #DDB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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