Html Css Color HEX #DDC616 Sunflower

📋 copy color: '#DDC616'

red 221 ◦ green 198 ◦ blue 22

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

Shades of Sunflower #DDC616

Tints of Sunflower #DDC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

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

R = 50.11%
G = 44.9%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC616 (or 0xDDC616) is known color: Sunflower. HEX triplet: DD, C6 and 16. RGB value is (221,198,22). Sum of RGB (Red+Green+Blue) = 221+198+22=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC616 is #2239E9. Grayscale: #B9B9B9. Windows color (decimal): -2243050 or 1492701. OLE color: 1492701.

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

Color convert

RGB 221 198 22 -
CMYK 0 0.10 0.90 0.13
HSL 53.07º 0.82% 0.48% -
HSV(B) 53.07º 0.9% 0.87% -
XYZ 50.16 55.82 8.89 -
YUV 184.81 36.12 153.81 -
System Red Green Blue C M Y K H S L
Decimal 221 198 22 0 0.10 0.90 0.13 53.07 0.82 0.48
Hex DD C6 16 0 A 5A D 35 52 30
Octal 335 306 26 0 12 132 15 65 122 60
Binary 11011101 11000110 10110 0 1010 1011010 1101 110101 1010010 110000

Color Harmonies of #DDC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC616

Black with #DDC616

Text Example


Text Example

White with #DDC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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