Html Css Color HEX #DCC346 Confetti

📋 copy color: '#DCC346'

red 220 ◦ green 195 ◦ blue 70

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

Shades of Confetti #DCC346

Tints of Confetti #DCC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 45.36%
G = 40.21%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCC346 (or 0xDCC346) is known color: Confetti. HEX triplet: DC, C3 and 46. RGB value is (220,195,70). Sum of RGB (Red+Green+Blue) = 220+195+70=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC346 is #233CB9. Grayscale: #BCBCBC. Windows color (decimal): -2309306 or 4637660. OLE color: 4637660.

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

Color convert

RGB 220 195 70 -
CMYK 0 0.11 0.68 0.14
HSL 50º 0.68% 0.57% -
HSV(B) 50º 0.68% 0.86% -
XYZ 50.14 54.69 13.71 -
YUV 188.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 220 195 70 0 0.11 0.68 0.14 50 0.68 0.57
Hex DC C3 46 0 B 44 E 32 44 39
Octal 334 303 106 0 13 104 16 62 104 71
Binary 11011100 11000011 1000110 0 1011 1000100 1110 110010 1000100 111001

Color Harmonies of #DCC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC346

Black with #DCC346

Text Example


Text Example

White with #DCC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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