Html Css Color HEX #DDB616 Sunflower

📋 copy color: '#DDB616'

red 221 ◦ green 182 ◦ blue 22

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

Shades of Sunflower #DDB616

Tints of Sunflower #DDB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

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

R = 52%
G = 42.82%
B = 5.18%

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

#DDB616 (or 0xDDB616) is known color: Sunflower. HEX triplet: DD, B6 and 16. RGB value is (221,182,22). Sum of RGB (Red+Green+Blue) = 221+182+22=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB616 is #2249E9. Grayscale: #B0B0B0. Windows color (decimal): -2247146 or 1488605. OLE color: 1488605.

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

Color convert

RGB 221 182 22 -
CMYK 0 0.18 0.90 0.13
HSL 48.24º 0.82% 0.48% -
HSV(B) 48.24º 0.9% 0.87% -
XYZ 46.69 48.89 7.73 -
YUV 175.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 221 182 22 0 0.18 0.90 0.13 48.24 0.82 0.48
Hex DD B6 16 0 12 5A D 30 52 30
Octal 335 266 26 0 22 132 15 60 122 60
Binary 11011101 10110110 10110 0 10010 1011010 1101 110000 1010010 110000

Color Harmonies of #DDB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB616

Black with #DDB616

Text Example


Text Example

White with #DDB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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