Html Css Color HEX #DCC53F Confetti

📋 copy color: '#DCC53F'

red 220 ◦ green 197 ◦ blue 63

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

Shades of Confetti #DCC53F

Tints of Confetti #DCC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.13%

R = 45.83%
G = 41.04%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCC53F (or 0xDCC53F) is known color: Confetti. HEX triplet: DC, C5 and 3F. RGB value is (220,197,63). Sum of RGB (Red+Green+Blue) = 220+197+63=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC53F is #233AC0. Grayscale: #BDBDBD. Windows color (decimal): -2308801 or 4179420. OLE color: 4179420.

HSL color Cylindrical-coordinate representation of color #DCC53F: hue angle of 51.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC53F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 63 -
CMYK 0 0.10 0.71 0.14
HSL 51.21º 0.69% 0.55% -
HSV(B) 51.21º 0.71% 0.86% -
XYZ 50.38 55.51 12.76 -
YUV 188.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 220 197 63 0 0.10 0.71 0.14 51.21 0.69 0.55
Hex DC C5 3F 0 A 47 E 33 45 37
Octal 334 305 77 0 12 107 16 63 105 67
Binary 11011100 11000101 111111 0 1010 1000111 1110 110011 1000101 110111

Color Harmonies of #DCC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC53F

Black with #DCC53F

Text Example


Text Example

White with #DCC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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