Html Css Color HEX #DCC553 Confetti

📋 copy color: '#DCC553'

red 220 ◦ green 197 ◦ blue 83

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

Shades of Confetti #DCC553

Tints of Confetti #DCC553

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.4%

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

R = 44%
G = 39.4%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCC553 (or 0xDCC553) is known color: Confetti. HEX triplet: DC, C5 and 53. RGB value is (220,197,83). Sum of RGB (Red+Green+Blue) = 220+197+83=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC553 is #233AAC. Grayscale: #BFBFBF. Windows color (decimal): -2308781 or 5490140. OLE color: 5490140.

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

Color convert

RGB 220 197 83 -
CMYK 0 0.10 0.62 0.14
HSL 49.93º 0.66% 0.59% -
HSV(B) 49.93º 0.62% 0.86% -
XYZ 51.04 55.77 16.26 -
YUV 190.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 220 197 83 0 0.10 0.62 0.14 49.93 0.66 0.59
Hex DC C5 53 0 A 3E E 32 42 3B
Octal 334 305 123 0 12 76 16 62 102 73
Binary 11011100 11000101 1010011 0 1010 111110 1110 110010 1000010 111011

Color Harmonies of #DCC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC553

Black with #DCC553

Text Example


Text Example

White with #DCC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC553; }

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

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

background-color css

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

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

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

border-color css

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

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

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