Html Css Color HEX #DDC853 Confetti

📋 copy color: '#DDC853'

red 221 ◦ green 200 ◦ blue 83

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

Shades of Confetti #DDC853

Tints of Confetti #DDC853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.47%

R = 43.85%
G = 39.68%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC853 (or 0xDDC853) is known color: Confetti. HEX triplet: DD, C8 and 53. RGB value is (221,200,83). Sum of RGB (Red+Green+Blue) = 221+200+83=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC853 is #2237AC. Grayscale: #C1C1C1. Windows color (decimal): -2242477 or 5490909. OLE color: 5490909.

HSL color Cylindrical-coordinate representation of color #DDC853: hue angle of 50.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC853 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 83 -
CMYK 0 0.10 0.62 0.13
HSL 50.87º 0.67% 0.6% -
HSV(B) 50.87º 0.62% 0.87% -
XYZ 52.03 57.31 16.5 -
YUV 192.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 221 200 83 0 0.10 0.62 0.13 50.87 0.67 0.6
Hex DD C8 53 0 A 3E D 33 43 3C
Octal 335 310 123 0 12 76 15 63 103 74
Binary 11011101 11001000 1010011 0 1010 111110 1101 110011 1000011 111100

Color Harmonies of #DDC853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC853

Black with #DDC853

Text Example


Text Example

White with #DDC853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC853; }

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

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

background-color css

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

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

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

border-color css

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

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

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