Html Css Color HEX #DDC653 Confetti

📋 copy color: '#DDC653'

red 221 ◦ green 198 ◦ blue 83

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

Shades of Confetti #DDC653

Tints of Confetti #DDC653

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

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

R = 44.02%
G = 39.44%
B = 16.53%

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

#DDC653 (or 0xDDC653) is known color: Confetti. HEX triplet: DD, C6 and 53. RGB value is (221,198,83). Sum of RGB (Red+Green+Blue) = 221+198+83=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC653 is #2239AC. Grayscale: #C0C0C0. Windows color (decimal): -2242989 or 5490397. OLE color: 5490397.

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

Color convert

RGB 221 198 83 -
CMYK 0 0.10 0.62 0.13
HSL 50º 0.67% 0.6% -
HSV(B) 50º 0.62% 0.87% -
XYZ 51.57 56.38 16.35 -
YUV 191.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 221 198 83 0 0.10 0.62 0.13 50 0.67 0.6
Hex DD C6 53 0 A 3E D 32 43 3C
Octal 335 306 123 0 12 76 15 62 103 74
Binary 11011101 11000110 1010011 0 1010 111110 1101 110010 1000011 111100

Color Harmonies of #DDC653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC653

Black with #DDC653

Text Example


Text Example

White with #DDC653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC653; }

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

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

background-color css

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

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

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

border-color css

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

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

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