Html Css Color HEX #DCC455 Confetti

📋 copy color: '#DCC455'

red 220 ◦ green 196 ◦ blue 85

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

Shades of Confetti #DCC455

Tints of Confetti #DCC455

RGB

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

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

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

R = 43.91%
G = 39.12%
B = 16.97%

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

#DCC455 (or 0xDCC455) is known color: Confetti. HEX triplet: DC, C4 and 55. RGB value is (220,196,85). Sum of RGB (Red+Green+Blue) = 220+196+85=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC455 is #233BAA. Grayscale: #BEBEBE. Windows color (decimal): -2309035 or 5620956. OLE color: 5620956.

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

Color convert

RGB 220 196 85 -
CMYK 0 0.11 0.61 0.14
HSL 49.33º 0.66% 0.6% -
HSV(B) 49.33º 0.61% 0.86% -
XYZ 50.89 55.35 16.6 -
YUV 190.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 220 196 85 0 0.11 0.61 0.14 49.33 0.66 0.6
Hex DC C4 55 0 B 3D E 31 42 3C
Octal 334 304 125 0 13 75 16 61 102 74
Binary 11011100 11000100 1010101 0 1011 111101 1110 110001 1000010 111100

Color Harmonies of #DCC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC455

Black with #DCC455

Text Example


Text Example

White with #DCC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC455; }

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

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

background-color css

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

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

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

border-color css

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

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

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