Html Css Color HEX #DDC845 Confetti

📋 copy color: '#DDC845'

red 221 ◦ green 200 ◦ blue 69

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

Shades of Confetti #DDC845

Tints of Confetti #DDC845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.82%

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

R = 45.1%
G = 40.82%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDC845 (or 0xDDC845) is known color: Confetti. HEX triplet: DD, C8 and 45. RGB value is (221,200,69). Sum of RGB (Red+Green+Blue) = 221+200+69=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC845 is #2237BA. Grayscale: #BFBFBF. Windows color (decimal): -2242491 or 4573405. OLE color: 4573405.

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

Color convert

RGB 221 200 69 -
CMYK 0 0.10 0.69 0.13
HSL 51.71º 0.69% 0.57% -
HSV(B) 51.71º 0.69% 0.87% -
XYZ 51.55 57.11 13.94 -
YUV 191.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 221 200 69 0 0.10 0.69 0.13 51.71 0.69 0.57
Hex DD C8 45 0 A 45 D 34 45 39
Octal 335 310 105 0 12 105 15 64 105 71
Binary 11011101 11001000 1000101 0 1010 1000101 1101 110100 1000101 111001

Color Harmonies of #DDC845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC845

Black with #DDC845

Text Example


Text Example

White with #DDC845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC845; }

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

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

background-color css

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

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

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

border-color css

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

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

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