Html Css Color HEX #DDC716 Sunflower

📋 copy color: '#DDC716'

red 221 ◦ green 199 ◦ blue 22

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

Shades of Sunflower #DDC716

Tints of Sunflower #DDC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

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

R = 50%
G = 45.02%
B = 4.98%

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

#DDC716 (or 0xDDC716) is known color: Sunflower. HEX triplet: DD, C7 and 16. RGB value is (221,199,22). Sum of RGB (Red+Green+Blue) = 221+199+22=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC716 is #2238E9. Grayscale: #BABABA. Windows color (decimal): -2242794 or 1492957. OLE color: 1492957.

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

Color convert

RGB 221 199 22 -
CMYK 0 0.10 0.90 0.13
HSL 53.37º 0.82% 0.48% -
HSV(B) 53.37º 0.9% 0.87% -
XYZ 50.39 56.28 8.97 -
YUV 185.4 35.79 153.39 -
System Red Green Blue C M Y K H S L
Decimal 221 199 22 0 0.10 0.90 0.13 53.37 0.82 0.48
Hex DD C7 16 0 A 5A D 35 52 30
Octal 335 307 26 0 12 132 15 65 122 60
Binary 11011101 11000111 10110 0 1010 1011010 1101 110101 1010010 110000

Color Harmonies of #DDC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC716

Black with #DDC716

Text Example


Text Example

White with #DDC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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