Html Css Color HEX #DCBE46 Confetti

📋 copy color: '#DCBE46'

red 220 ◦ green 190 ◦ blue 70

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

Shades of Confetti #DCBE46

Tints of Confetti #DCBE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

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

R = 45.83%
G = 39.58%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCBE46 (or 0xDCBE46) is known color: Confetti. HEX triplet: DC, BE and 46. RGB value is (220,190,70). Sum of RGB (Red+Green+Blue) = 220+190+70=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE46 is #2341B9. Grayscale: #B9B9B9. Windows color (decimal): -2310586 or 4636380. OLE color: 4636380.

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

Color convert

RGB 220 190 70 -
CMYK 0 0.14 0.68 0.14
HSL 48º 0.68% 0.57% -
HSV(B) 48º 0.68% 0.86% -
XYZ 49.03 52.48 13.34 -
YUV 185.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 220 190 70 0 0.14 0.68 0.14 48 0.68 0.57
Hex DC BE 46 0 E 44 E 30 44 39
Octal 334 276 106 0 16 104 16 60 104 71
Binary 11011100 10111110 1000110 0 1110 1000100 1110 110000 1000100 111001

Color Harmonies of #DCBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE46

Black with #DCBE46

Text Example


Text Example

White with #DCBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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