Html Css Color HEX #DCC140 Confetti

📋 copy color: '#DCC140'

red 220 ◦ green 193 ◦ blue 64

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

Shades of Confetti #DCC140

Tints of Confetti #DCC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.46%

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

R = 46.12%
G = 40.46%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCC140 (or 0xDCC140) is known color: Confetti. HEX triplet: DC, C1 and 40. RGB value is (220,193,64). Sum of RGB (Red+Green+Blue) = 220+193+64=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC140 is #233EBF. Grayscale: #BABABA. Windows color (decimal): -2309824 or 4243932. OLE color: 4243932.

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

Color convert

RGB 220 193 64 -
CMYK 0 0.12 0.71 0.14
HSL 49.62º 0.69% 0.56% -
HSV(B) 49.62º 0.71% 0.86% -
XYZ 49.51 53.73 12.61 -
YUV 186.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 220 193 64 0 0.12 0.71 0.14 49.62 0.69 0.56
Hex DC C1 40 0 C 47 E 32 45 38
Octal 334 301 100 0 14 107 16 62 105 70
Binary 11011100 11000001 1000000 0 1100 1000111 1110 110010 1000101 111000

Color Harmonies of #DCC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC140

Black with #DCC140

Text Example


Text Example

White with #DCC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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