Html Css Color HEX #DDC421 Sunflower

📋 copy color: '#DDC421'

red 221 ◦ green 196 ◦ blue 33

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

Shades of Sunflower #DDC421

Tints of Sunflower #DDC421

RGB

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

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

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

R = 49.11%
G = 43.56%
B = 7.33%

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

#DDC421 (or 0xDDC421) is known color: Sunflower. HEX triplet: DD, C4 and 21. RGB value is (221,196,33). Sum of RGB (Red+Green+Blue) = 221+196+33=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC421 is #223BDE. Grayscale: #B9B9B9. Windows color (decimal): -2243551 or 2213085. OLE color: 2213085.

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

Color convert

RGB 221 196 33 -
CMYK 0 0.11 0.85 0.13
HSL 52.02º 0.74% 0.5% -
HSV(B) 52.02º 0.85% 0.87% -
XYZ 49.83 54.96 9.42 -
YUV 184.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 221 196 33 0 0.11 0.85 0.13 52.02 0.74 0.5
Hex DD C4 21 0 B 55 D 34 4A 32
Octal 335 304 41 0 13 125 15 64 112 62
Binary 11011101 11000100 100001 0 1011 1010101 1101 110100 1001010 110010

Color Harmonies of #DDC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC421

Black with #DDC421

Text Example


Text Example

White with #DDC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC421; }

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

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

background-color css

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

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

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

border-color css

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

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

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