Html Css Color HEX #DCC655 Confetti

📋 copy color: '#DCC655'

red 220 ◦ green 198 ◦ blue 85

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

Shades of Confetti #DCC655

Tints of Confetti #DCC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 43.74%
G = 39.36%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCC655 (or 0xDCC655) is known color: Confetti. HEX triplet: DC, C6 and 55. RGB value is (220,198,85). Sum of RGB (Red+Green+Blue) = 220+198+85=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC655 is #2339AA. Grayscale: #C0C0C0. Windows color (decimal): -2308523 or 5621468. OLE color: 5621468.

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

Color convert

RGB 220 198 85 -
CMYK 0 0.1 0.61 0.14
HSL 50.22º 0.66% 0.6% -
HSV(B) 50.22º 0.61% 0.86% -
XYZ 51.35 56.26 16.75 -
YUV 191.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 220 198 85 0 0.1 0.61 0.14 50.22 0.66 0.6
Hex DC C6 55 0 A 3D E 32 42 3C
Octal 334 306 125 0 12 75 16 62 102 74
Binary 11011100 11000110 1010101 0 1010 111101 1110 110010 1000010 111100

Color Harmonies of #DCC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC655

Black with #DCC655

Text Example


Text Example

White with #DCC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC655; }

 p { color: rgb(220,198,85); }

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

background-color css

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

 a { background-color: rgb(220,198,85); }

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

border-color css

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

 span { border-color: rgb(220,198,85); }

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