Html Css Color HEX #DCC456 Confetti

📋 copy color: '#DCC456'

red 220 ◦ green 196 ◦ blue 86

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

Shades of Confetti #DCC456

Tints of Confetti #DCC456

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.04%

 BLUE value IS 86 (33.98% from 255) = 17.13%

R = 43.82%
G = 39.04%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCC456 (or 0xDCC456) is known color: Confetti. HEX triplet: DC, C4 and 56. RGB value is (220,196,86). Sum of RGB (Red+Green+Blue) = 220+196+86=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC456 is #233BA9. Grayscale: #BFBFBF. Windows color (decimal): -2309034 or 5686492. OLE color: 5686492.

HSL color Cylindrical-coordinate representation of color #DCC456: hue angle of 49.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCC456 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 86 -
CMYK 0 0.11 0.61 0.14
HSL 49.25º 0.66% 0.6% -
HSV(B) 49.25º 0.61% 0.86% -
XYZ 50.93 55.37 16.81 -
YUV 190.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 220 196 86 0 0.11 0.61 0.14 49.25 0.66 0.6
Hex DC C4 56 0 B 3D E 31 42 3C
Octal 334 304 126 0 13 75 16 61 102 74
Binary 11011100 11000100 1010110 0 1011 111101 1110 110001 1000010 111100

Color Harmonies of #DCC456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC456

Black with #DCC456

Text Example


Text Example

White with #DCC456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC456; }

 p { color: rgb(220,196,86); }

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

background-color css

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

 a { background-color: rgb(220,196,86); }

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

border-color css

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

 span { border-color: rgb(220,196,86); }

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