Html Css Color HEX #DCC540 Confetti

📋 copy color: '#DCC540'

red 220 ◦ green 197 ◦ blue 64

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

Shades of Confetti #DCC540

Tints of Confetti #DCC540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 45.74%
G = 40.96%
B = 13.31%

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

#DCC540 (or 0xDCC540) is known color: Confetti. HEX triplet: DC, C5 and 40. RGB value is (220,197,64). Sum of RGB (Red+Green+Blue) = 220+197+64=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC540 is #233ABF. Grayscale: #BDBDBD. Windows color (decimal): -2308800 or 4244956. OLE color: 4244956.

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

Color convert

RGB 220 197 64 -
CMYK 0 0.10 0.71 0.14
HSL 51.15º 0.69% 0.56% -
HSV(B) 51.15º 0.71% 0.86% -
XYZ 50.41 55.52 12.91 -
YUV 188.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 220 197 64 0 0.10 0.71 0.14 51.15 0.69 0.56
Hex DC C5 40 0 A 47 E 33 45 38
Octal 334 305 100 0 12 107 16 63 105 70
Binary 11011100 11000101 1000000 0 1010 1000111 1110 110011 1000101 111000

Color Harmonies of #DCC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC540

Black with #DCC540

Text Example


Text Example

White with #DCC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC540; }

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

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

background-color css

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

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

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

border-color css

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

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

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