Html Css Color HEX #DDC420 Sunflower

📋 copy color: '#DDC420'

red 221 ◦ green 196 ◦ blue 32

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

Shades of Sunflower #DDC420

Tints of Sunflower #DDC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 49.22%
G = 43.65%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDC420 (or 0xDDC420) is known color: Sunflower. HEX triplet: DD, C4 and 20. RGB value is (221,196,32). Sum of RGB (Red+Green+Blue) = 221+196+32=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC420 is #223BDF. Grayscale: #B9B9B9. Windows color (decimal): -2243552 or 2147549. OLE color: 2147549.

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

Color convert

RGB 221 196 32 -
CMYK 0 0.11 0.86 0.13
HSL 52.06º 0.75% 0.5% -
HSV(B) 52.06º 0.86% 0.87% -
XYZ 49.82 54.96 9.35 -
YUV 184.78 41.78 153.84 -
System Red Green Blue C M Y K H S L
Decimal 221 196 32 0 0.11 0.86 0.13 52.06 0.75 0.5
Hex DD C4 20 0 B 56 D 34 4B 32
Octal 335 304 40 0 13 126 15 64 113 62
Binary 11011101 11000100 100000 0 1011 1010110 1101 110100 1001011 110010

Color Harmonies of #DDC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC420

Black with #DDC420

Text Example


Text Example

White with #DDC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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