Html Css Color HEX #DCC853 Confetti

📋 copy color: '#DCC853'

red 220 ◦ green 200 ◦ blue 83

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

Shades of Confetti #DCC853

Tints of Confetti #DCC853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.5%

R = 43.74%
G = 39.76%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC853 (or 0xDCC853) is known color: Confetti. HEX triplet: DC, C8 and 53. RGB value is (220,200,83). Sum of RGB (Red+Green+Blue) = 220+200+83=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC853 is #2337AC. Grayscale: #C1C1C1. Windows color (decimal): -2308013 or 5490908. OLE color: 5490908.

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

Color convert

RGB 220 200 83 -
CMYK 0 0.09 0.62 0.14
HSL 51.24º 0.66% 0.59% -
HSV(B) 51.24º 0.62% 0.86% -
XYZ 51.73 57.15 16.49 -
YUV 192.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 220 200 83 0 0.09 0.62 0.14 51.24 0.66 0.59
Hex DC C8 53 0 9 3E E 33 42 3B
Octal 334 310 123 0 11 76 16 63 102 73
Binary 11011100 11001000 1010011 0 1001 111110 1110 110011 1000010 111011

Color Harmonies of #DCC853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC853

Black with #DCC853

Text Example


Text Example

White with #DCC853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC853; }

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

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

background-color css

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

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

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

border-color css

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

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

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