Html Css Color HEX #DDC253 Confetti

📋 copy color: '#DDC253'

red 221 ◦ green 194 ◦ blue 83

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

Shades of Confetti #DDC253

Tints of Confetti #DDC253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 44.38%
G = 38.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC253 (or 0xDDC253) is known color: Confetti. HEX triplet: DD, C2 and 53. RGB value is (221,194,83). Sum of RGB (Red+Green+Blue) = 221+194+83=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC253 is #223DAC. Grayscale: #BDBDBD. Windows color (decimal): -2244013 or 5489373. OLE color: 5489373.

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

Color convert

RGB 221 194 83 -
CMYK 0 0.12 0.62 0.13
HSL 48.26º 0.67% 0.6% -
HSV(B) 48.26º 0.62% 0.87% -
XYZ 50.67 54.58 16.05 -
YUV 189.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 221 194 83 0 0.12 0.62 0.13 48.26 0.67 0.6
Hex DD C2 53 0 C 3E D 30 43 3C
Octal 335 302 123 0 14 76 15 60 103 74
Binary 11011101 11000010 1010011 0 1100 111110 1101 110000 1000011 111100

Color Harmonies of #DDC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC253

Black with #DDC253

Text Example


Text Example

White with #DDC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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