Html Css Color HEX #DCC046 Confetti

📋 copy color: '#DCC046'

red 220 ◦ green 192 ◦ blue 70

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

Shades of Confetti #DCC046

Tints of Confetti #DCC046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 45.64%
G = 39.83%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCC046 (or 0xDCC046) is known color: Confetti. HEX triplet: DC, C0 and 46. RGB value is (220,192,70). Sum of RGB (Red+Green+Blue) = 220+192+70=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC046 is #233FB9. Grayscale: #BABABA. Windows color (decimal): -2310074 or 4636892. OLE color: 4636892.

HSL color Cylindrical-coordinate representation of color #DCC046: hue angle of 48.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCC046 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 70 -
CMYK 0 0.13 0.68 0.14
HSL 48.8º 0.68% 0.57% -
HSV(B) 48.8º 0.68% 0.86% -
XYZ 49.47 53.36 13.49 -
YUV 186.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 220 192 70 0 0.13 0.68 0.14 48.8 0.68 0.57
Hex DC C0 46 0 D 44 E 31 44 39
Octal 334 300 106 0 15 104 16 61 104 71
Binary 11011100 11000000 1000110 0 1101 1000100 1110 110001 1000100 111001

Color Harmonies of #DCC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC046

Black with #DCC046

Text Example


Text Example

White with #DCC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC046; }

 p { color: rgb(220,192,70); }

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

background-color css

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

 a { background-color: rgb(220,192,70); }

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

border-color css

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

 span { border-color: rgb(220,192,70); }

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