Html Css Color HEX #DDC121 Sunflower

📋 copy color: '#DDC121'

red 221 ◦ green 193 ◦ blue 33

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

Shades of Sunflower #DDC121

Tints of Sunflower #DDC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

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

R = 49.44%
G = 43.18%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDC121 (or 0xDDC121) is known color: Sunflower. HEX triplet: DD, C1 and 21. RGB value is (221,193,33). Sum of RGB (Red+Green+Blue) = 221+193+33=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC121 is #223EDE. Grayscale: #B7B7B7. Windows color (decimal): -2244319 or 2212317. OLE color: 2212317.

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

Color convert

RGB 221 193 33 -
CMYK 0 0.13 0.85 0.13
HSL 51.06º 0.74% 0.5% -
HSV(B) 51.06º 0.85% 0.87% -
XYZ 49.16 53.62 9.2 -
YUV 183.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 221 193 33 0 0.13 0.85 0.13 51.06 0.74 0.5
Hex DD C1 21 0 D 55 D 33 4A 32
Octal 335 301 41 0 15 125 15 63 112 62
Binary 11011101 11000001 100001 0 1101 1010101 1101 110011 1001010 110010

Color Harmonies of #DDC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC121

Black with #DDC121

Text Example


Text Example

White with #DDC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC121; }

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

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

background-color css

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

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

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

border-color css

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

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

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