Html Css Color HEX #DCC146 Confetti

📋 copy color: '#DCC146'

red 220 ◦ green 193 ◦ blue 70

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

Shades of Confetti #DCC146

Tints of Confetti #DCC146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.49%

R = 45.55%
G = 39.96%
B = 14.49%

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

#DCC146 (or 0xDCC146) is known color: Confetti. HEX triplet: DC, C1 and 46. RGB value is (220,193,70). Sum of RGB (Red+Green+Blue) = 220+193+70=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC146 is #233EB9. Grayscale: #BBBBBB. Windows color (decimal): -2309818 or 4637148. OLE color: 4637148.

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

Color convert

RGB 220 193 70 -
CMYK 0 0.12 0.68 0.14
HSL 49.2º 0.68% 0.57% -
HSV(B) 49.2º 0.68% 0.86% -
XYZ 49.69 53.8 13.56 -
YUV 187.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 220 193 70 0 0.12 0.68 0.14 49.2 0.68 0.57
Hex DC C1 46 0 C 44 E 31 44 39
Octal 334 301 106 0 14 104 16 61 104 71
Binary 11011100 11000001 1000110 0 1100 1000100 1110 110001 1000100 111001

Color Harmonies of #DCC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC146

Black with #DCC146

Text Example


Text Example

White with #DCC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC146; }

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

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

background-color css

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

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

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

border-color css

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

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

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