Html Css Color HEX #DDC322 Sunflower

📋 copy color: '#DDC322'

red 221 ◦ green 195 ◦ blue 34

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

Shades of Sunflower #DDC322

Tints of Sunflower #DDC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

 BLUE value IS 34 (13.67% from 255) = 7.56%

R = 49.11%
G = 43.33%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDC322 (or 0xDDC322) is known color: Sunflower. HEX triplet: DD, C3 and 22. RGB value is (221,195,34). Sum of RGB (Red+Green+Blue) = 221+195+34=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC322 is #223CDD. Grayscale: #B9B9B9. Windows color (decimal): -2243806 or 2278365. OLE color: 2278365.

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

Color convert

RGB 221 195 34 -
CMYK 0 0.12 0.85 0.13
HSL 51.66º 0.73% 0.5% -
HSV(B) 51.66º 0.85% 0.87% -
XYZ 49.62 54.52 9.42 -
YUV 184.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 221 195 34 0 0.12 0.85 0.13 51.66 0.73 0.5
Hex DD C3 22 0 C 55 D 34 49 32
Octal 335 303 42 0 14 125 15 64 111 62
Binary 11011101 11000011 100010 0 1100 1010101 1101 110100 1001001 110010

Color Harmonies of #DDC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC322

Black with #DDC322

Text Example


Text Example

White with #DDC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC322; }

 p { color: rgb(221,195,34); }

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

background-color css

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

 a { background-color: rgb(221,195,34); }

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

border-color css

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

 span { border-color: rgb(221,195,34); }

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