Html Css Color HEX #DCC643 Confetti

📋 copy color: '#DCC643'

red 220 ◦ green 198 ◦ blue 67

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

Shades of Confetti #DCC643

Tints of Confetti #DCC643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.81%

R = 45.36%
G = 40.82%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCC643 (or 0xDCC643) is known color: Confetti. HEX triplet: DC, C6 and 43. RGB value is (220,198,67). Sum of RGB (Red+Green+Blue) = 220+198+67=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC643 is #2339BC. Grayscale: #BEBEBE. Windows color (decimal): -2308541 or 4441820. OLE color: 4441820.

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

Color convert

RGB 220 198 67 -
CMYK 0 0.1 0.70 0.14
HSL 51.37º 0.69% 0.56% -
HSV(B) 51.37º 0.7% 0.86% -
XYZ 50.72 56.01 13.45 -
YUV 189.64 58.79 149.65 -
System Red Green Blue C M Y K H S L
Decimal 220 198 67 0 0.1 0.70 0.14 51.37 0.69 0.56
Hex DC C6 43 0 A 46 E 33 45 38
Octal 334 306 103 0 12 106 16 63 105 70
Binary 11011100 11000110 1000011 0 1010 1000110 1110 110011 1000101 111000

Color Harmonies of #DCC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC643

Black with #DCC643

Text Example


Text Example

White with #DCC643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC643; }

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

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

background-color css

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

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

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

border-color css

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

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

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