Html Css Color HEX #DDC920 Sunflower

📋 copy color: '#DDC920'

red 221 ◦ green 201 ◦ blue 32

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

Shades of Sunflower #DDC920

Tints of Sunflower #DDC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.27%

 BLUE value IS 32 (12.89% from 255) = 7.05%

R = 48.68%
G = 44.27%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC920 (or 0xDDC920) is known color: Sunflower. HEX triplet: DD, C9 and 20. RGB value is (221,201,32). Sum of RGB (Red+Green+Blue) = 221+201+32=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC920 is #2236DF. Grayscale: #BCBCBC. Windows color (decimal): -2242272 or 2148829. OLE color: 2148829.

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

Color convert

RGB 221 201 32 -
CMYK 0 0.09 0.86 0.13
HSL 53.65º 0.75% 0.5% -
HSV(B) 53.65º 0.86% 0.87% -
XYZ 50.97 57.25 9.73 -
YUV 187.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 221 201 32 0 0.09 0.86 0.13 53.65 0.75 0.5
Hex DD C9 20 0 9 56 D 36 4B 32
Octal 335 311 40 0 11 126 15 66 113 62
Binary 11011101 11001001 100000 0 1001 1010110 1101 110110 1001011 110010

Color Harmonies of #DDC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC920

Black with #DDC920

Text Example


Text Example

White with #DDC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC920; }

 p { color: rgb(221,201,32); }

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

background-color css

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

 a { background-color: rgb(221,201,32); }

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

border-color css

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

 span { border-color: rgb(221,201,32); }

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