Html Css Color HEX #DDC521 Sunflower

📋 copy color: '#DDC521'

red 221 ◦ green 197 ◦ blue 33

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

Shades of Sunflower #DDC521

Tints of Sunflower #DDC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 49%
G = 43.68%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDC521 (or 0xDDC521) is known color: Sunflower. HEX triplet: DD, C5 and 21. RGB value is (221,197,33). Sum of RGB (Red+Green+Blue) = 221+197+33=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC521 is #223ADE. Grayscale: #BABABA. Windows color (decimal): -2243295 or 2213341. OLE color: 2213341.

HSL color Cylindrical-coordinate representation of color #DDC521: hue angle of 52.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDC521 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 33 -
CMYK 0 0.11 0.85 0.13
HSL 52.34º 0.74% 0.5% -
HSV(B) 52.34º 0.85% 0.87% -
XYZ 50.06 55.41 9.5 -
YUV 185.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 221 197 33 0 0.11 0.85 0.13 52.34 0.74 0.5
Hex DD C5 21 0 B 55 D 34 4A 32
Octal 335 305 41 0 13 125 15 64 112 62
Binary 11011101 11000101 100001 0 1011 1010101 1101 110100 1001010 110010

Color Harmonies of #DDC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC521

Black with #DDC521

Text Example


Text Example

White with #DDC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC521; }

 p { color: rgb(221,197,33); }

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

background-color css

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

 a { background-color: rgb(221,197,33); }

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

border-color css

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

 span { border-color: rgb(221,197,33); }

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