Html Css Color HEX #DCC855 Confetti

📋 copy color: '#DCC855'

red 220 ◦ green 200 ◦ blue 85

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

Shades of Confetti #DCC855

Tints of Confetti #DCC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.6%

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

R = 43.56%
G = 39.6%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCC855 (or 0xDCC855) is known color: Confetti. HEX triplet: DC, C8 and 55. RGB value is (220,200,85). Sum of RGB (Red+Green+Blue) = 220+200+85=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC855 is #2337AA. Grayscale: #C1C1C1. Windows color (decimal): -2308011 or 5621980. OLE color: 5621980.

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

Color convert

RGB 220 200 85 -
CMYK 0 0.09 0.61 0.14
HSL 51.11º 0.66% 0.6% -
HSV(B) 51.11º 0.61% 0.86% -
XYZ 51.81 57.18 16.9 -
YUV 192.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 220 200 85 0 0.09 0.61 0.14 51.11 0.66 0.6
Hex DC C8 55 0 9 3D E 33 42 3C
Octal 334 310 125 0 11 75 16 63 102 74
Binary 11011100 11001000 1010101 0 1001 111101 1110 110011 1000010 111100

Color Harmonies of #DCC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC855

Black with #DCC855

Text Example


Text Example

White with #DCC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC855; }

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

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

background-color css

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

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

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

border-color css

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

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

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