Html Css Color HEX #DDCB49 Confetti

📋 copy color: '#DDCB49'

red 221 ◦ green 203 ◦ blue 73

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

Shades of Confetti #DDCB49

Tints of Confetti #DDCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

 BLUE value IS 73 (28.91% from 255) = 14.69%

R = 44.47%
G = 40.85%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDCB49 (or 0xDDCB49) is known color: Confetti. HEX triplet: DD, CB and 49. RGB value is (221,203,73). Sum of RGB (Red+Green+Blue) = 221+203+73=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB49 is #2234B6. Grayscale: #C2C2C2. Windows color (decimal): -2241719 or 4836317. OLE color: 4836317.

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

Color convert

RGB 221 203 73 -
CMYK 0 0.08 0.67 0.13
HSL 52.7º 0.69% 0.58% -
HSV(B) 52.7º 0.67% 0.87% -
XYZ 52.38 58.57 14.85 -
YUV 193.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 221 203 73 0 0.08 0.67 0.13 52.7 0.69 0.58
Hex DD CB 49 0 8 43 D 35 45 3A
Octal 335 313 111 0 10 103 15 65 105 72
Binary 11011101 11001011 1001001 0 1000 1000011 1101 110101 1000101 111010

Color Harmonies of #DDCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB49

Black with #DDCB49

Text Example


Text Example

White with #DDCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB49; }

 p { color: rgb(221,203,73); }

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

background-color css

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

 a { background-color: rgb(221,203,73); }

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

border-color css

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

 span { border-color: rgb(221,203,73); }

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