Html Css Color HEX #DCCB49 Confetti

📋 copy color: '#DCCB49'

red 220 ◦ green 203 ◦ blue 73

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

Shades of Confetti #DCCB49

Tints of Confetti #DCCB49

RGB

 RED value IS 220 (86.33% from 255) = 44.35%

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

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

R = 44.35%
G = 40.93%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCCB49 (or 0xDCCB49) is known color: Confetti. HEX triplet: DC, CB and 49. RGB value is (220,203,73). Sum of RGB (Red+Green+Blue) = 220+203+73=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB49 is #2334B6. Grayscale: #C1C1C1. Windows color (decimal): -2307255 or 4836316. OLE color: 4836316.

HSL color Cylindrical-coordinate representation of color #DCCB49: hue angle of 53.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCCB49 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 73 -
CMYK 0 0.08 0.67 0.14
HSL 53.06º 0.68% 0.57% -
HSV(B) 53.06º 0.67% 0.86% -
XYZ 52.07 58.41 14.83 -
YUV 193.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 220 203 73 0 0.08 0.67 0.14 53.06 0.68 0.57
Hex DC CB 49 0 8 43 E 35 44 39
Octal 334 313 111 0 10 103 16 65 104 71
Binary 11011100 11001011 1001001 0 1000 1000011 1110 110101 1000100 111001

Color Harmonies of #DCCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB49

Black with #DCCB49

Text Example


Text Example

White with #DCCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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