Html Css Color HEX #DCC640 Confetti

📋 copy color: '#DCC640'

red 220 ◦ green 198 ◦ blue 64

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

Shades of Confetti #DCC640

Tints of Confetti #DCC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

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

R = 45.64%
G = 41.08%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCC640 (or 0xDCC640) is known color: Confetti. HEX triplet: DC, C6 and 40. RGB value is (220,198,64). Sum of RGB (Red+Green+Blue) = 220+198+64=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC640 is #2339BF. Grayscale: #BDBDBD. Windows color (decimal): -2308544 or 4245212. OLE color: 4245212.

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

Color convert

RGB 220 198 64 -
CMYK 0 0.1 0.71 0.14
HSL 51.54º 0.69% 0.56% -
HSV(B) 51.54º 0.71% 0.86% -
XYZ 50.63 55.97 12.99 -
YUV 189.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 220 198 64 0 0.1 0.71 0.14 51.54 0.69 0.56
Hex DC C6 40 0 A 47 E 34 45 38
Octal 334 306 100 0 12 107 16 64 105 70
Binary 11011100 11000110 1000000 0 1010 1000111 1110 110100 1000101 111000

Color Harmonies of #DCC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC640

Black with #DCC640

Text Example


Text Example

White with #DCC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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