Html Css Color HEX #DCC147 Confetti

📋 copy color: '#DCC147'

red 220 ◦ green 193 ◦ blue 71

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

Shades of Confetti #DCC147

Tints of Confetti #DCC147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.88%

 BLUE value IS 71 (28.13% from 255) = 14.67%

R = 45.45%
G = 39.88%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCC147 (or 0xDCC147) is known color: Confetti. HEX triplet: DC, C1 and 47. RGB value is (220,193,71). Sum of RGB (Red+Green+Blue) = 220+193+71=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC147 is #233EB8. Grayscale: #BBBBBB. Windows color (decimal): -2309817 or 4702684. OLE color: 4702684.

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

Color convert

RGB 220 193 71 -
CMYK 0 0.12 0.68 0.14
HSL 49.13º 0.68% 0.57% -
HSV(B) 49.13º 0.68% 0.86% -
XYZ 49.72 53.81 13.73 -
YUV 187.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 220 193 71 0 0.12 0.68 0.14 49.13 0.68 0.57
Hex DC C1 47 0 C 44 E 31 44 39
Octal 334 301 107 0 14 104 16 61 104 71
Binary 11011100 11000001 1000111 0 1100 1000100 1110 110001 1000100 111001

Color Harmonies of #DCC147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC147

Black with #DCC147

Text Example


Text Example

White with #DCC147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC147; }

 p { color: rgb(220,193,71); }

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

background-color css

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

 a { background-color: rgb(220,193,71); }

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

border-color css

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

 span { border-color: rgb(220,193,71); }

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