Html Css Color HEX #DCC340 Confetti

📋 copy color: '#DCC340'

red 220 ◦ green 195 ◦ blue 64

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

Shades of Confetti #DCC340

Tints of Confetti #DCC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

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

R = 45.93%
G = 40.71%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCC340 (or 0xDCC340) is known color: Confetti. HEX triplet: DC, C3 and 40. RGB value is (220,195,64). Sum of RGB (Red+Green+Blue) = 220+195+64=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC340 is #233CBF. Grayscale: #BCBCBC. Windows color (decimal): -2309312 or 4244444. OLE color: 4244444.

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

Color convert

RGB 220 195 64 -
CMYK 0 0.11 0.71 0.14
HSL 50.38º 0.69% 0.56% -
HSV(B) 50.38º 0.71% 0.86% -
XYZ 49.96 54.62 12.76 -
YUV 187.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 220 195 64 0 0.11 0.71 0.14 50.38 0.69 0.56
Hex DC C3 40 0 B 47 E 32 45 38
Octal 334 303 100 0 13 107 16 62 105 70
Binary 11011100 11000011 1000000 0 1011 1000111 1110 110010 1000101 111000

Color Harmonies of #DCC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC340

Black with #DCC340

Text Example


Text Example

White with #DCC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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