Html Css Color HEX #DDD545 Confetti

📋 copy color: '#DDD545'

red 221 ◦ green 213 ◦ blue 69

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

Shades of Confetti #DDD545

Tints of Confetti #DDD545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 69 (27.34% from 255) = 13.72%

R = 43.94%
G = 42.35%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDD545 (or 0xDDD545) is known color: Confetti. HEX triplet: DD, D5 and 45. RGB value is (221,213,69). Sum of RGB (Red+Green+Blue) = 221+213+69=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD545 is #222ABA. Grayscale: #C7C7C7. Windows color (decimal): -2239163 or 4576733. OLE color: 4576733.

HSL color Cylindrical-coordinate representation of color #DDD545: hue angle of 56.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDD545 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 69 -
CMYK 0 0.04 0.69 0.13
HSL 56.84º 0.69% 0.57% -
HSV(B) 56.84º 0.69% 0.87% -
XYZ 54.69 63.39 14.98 -
YUV 198.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 221 213 69 0 0.04 0.69 0.13 56.84 0.69 0.57
Hex DD D5 45 0 4 45 D 39 45 39
Octal 335 325 105 0 4 105 15 71 105 71
Binary 11011101 11010101 1000101 0 100 1000101 1101 111001 1000101 111001

Color Harmonies of #DDD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD545

Black with #DDD545

Text Example


Text Example

White with #DDD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD545; }

 p { color: rgb(221,213,69); }

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

background-color css

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

 a { background-color: rgb(221,213,69); }

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

border-color css

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

 span { border-color: rgb(221,213,69); }

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